Merge pull request #66 from ckotzbauer/access-manager-0.6.0
feat: update to access-manager@0.6.0
This commit is contained in:
commit
c7c18db110
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
description: Kubernetes-Operator to simplify RBAC configurations
|
||||
name: access-manager
|
||||
version: 0.5.3
|
||||
appVersion: 0.5.1
|
||||
version: 0.6.0
|
||||
appVersion: 0.6.0
|
||||
home: https://github.com/ckotzbauer/access-manager
|
||||
sources:
|
||||
- https://github.com/ckotzbauer/access-manager
|
||||
|
|
|
|||
|
|
@ -39,9 +39,9 @@ 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.
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| -------------------------------------- | ------------------------------------------------- | ----------------------------- |
|
||||
| `image.repository` | container image repository | `ckotzbauer/access-manager` |
|
||||
| `image.tag` | container image tag | `0.5.1` |
|
||||
| -------------------------------------- | ------------------------------------------------- | ------------------------------------- |
|
||||
| `image.repository` | container image repository | `ghcr.io/ckotzbauer/access-manager` |
|
||||
| `image.tag` | container image tag | `0.6.0` |
|
||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||
| `nodeSelector` | node labels for pod assignment | `{}` |
|
||||
| `tolerations` | node tolerations for pod assignment | `[]` |
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
# Declare variables to be passed into your templates.
|
||||
|
||||
image:
|
||||
repository: ckotzbauer/access-manager
|
||||
tag: 0.5.1
|
||||
repository: ghcr.io/ckotzbauer/access-manager
|
||||
tag: 0.6.0
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
podAnnotations: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue