Merge pull request #66 from ckotzbauer/access-manager-0.6.0

feat: update to access-manager@0.6.0
This commit is contained in:
Christian Kotzbauer 2021-06-11 05:59:09 +02:00 committed by GitHub
commit c7c18db110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 17 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1 apiVersion: v1
description: Kubernetes-Operator to simplify RBAC configurations description: Kubernetes-Operator to simplify RBAC configurations
name: access-manager name: access-manager
version: 0.5.3 version: 0.6.0
appVersion: 0.5.1 appVersion: 0.6.0
home: https://github.com/ckotzbauer/access-manager home: https://github.com/ckotzbauer/access-manager
sources: sources:
- https://github.com/ckotzbauer/access-manager - https://github.com/ckotzbauer/access-manager

View File

@ -39,16 +39,16 @@ The command removes all the Kubernetes components associated with the chart and
The following table lists the configurable parameters of the Access-Manager chart and their default values. The following table lists the configurable parameters of the Access-Manager chart and their default values.
| Parameter | Description | Default | | Parameter | Description | Default |
| -------------------------------------- | ------------------------------------------------- | ----------------------------- | | -------------------------------------- | ------------------------------------------------- | ------------------------------------- |
| `image.repository` | container image repository | `ckotzbauer/access-manager` | | `image.repository` | container image repository | `ghcr.io/ckotzbauer/access-manager` |
| `image.tag` | container image tag | `0.5.1` | | `image.tag` | container image tag | `0.6.0` |
| `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | `{}` | | `nodeSelector` | node labels for pod assignment | `{}` |
| `tolerations` | node tolerations for pod assignment | `[]` | | `tolerations` | node tolerations for pod assignment | `[]` |
| `affinity` | node affinity for pod assignment | `{}` | | `affinity` | node affinity for pod assignment | `{}` |
| `podAnnotations` | annotations to add to each pod | `{}` | | `podAnnotations` | annotations to add to each pod | `{}` |
| `resources` | pod resource requests & limits | See [values.yaml](values.yaml)| | `resources` | pod resource requests & limits | See [values.yaml](values.yaml) |
| `securityContext` | container securityContext | See [values.yaml](values.yaml)| | `securityContext` | container securityContext | See [values.yaml](values.yaml) |
| `serviceAccount.create` | Should we create a ServiceAccount | `true` | | `serviceAccount.create` | Should we create a ServiceAccount | `true` |
| `serviceAccount.name` | Name of the ServiceAccount to use | null | | `serviceAccount.name` | Name of the ServiceAccount to use | null |

View File

@ -3,8 +3,8 @@
# Declare variables to be passed into your templates. # Declare variables to be passed into your templates.
image: image:
repository: ckotzbauer/access-manager repository: ghcr.io/ckotzbauer/access-manager
tag: 0.5.1 tag: 0.6.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
podAnnotations: {} podAnnotations: {}