Skip to content

Commit

Permalink
fix: update chart
Browse files Browse the repository at this point in the history
Signed-off-by: Eriks Zelenka <[email protected]>
  • Loading branch information
isindir committed Aug 10, 2019
1 parent d62c8ca commit 4c5d853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/sops-secrets-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Parameter | Description | Default
--- | --- | ---
`replicaCount` | Deployment replica count - should not be modified | `1`
`image.repository` | Operator image | `isindir/sops-secrets-operator`
`image.tag` | Operator image tag | `0.0.6`
`image.tag` | Operator image tag | `0.0.7`
`image.pullPolicy` | Operator image pull policy | `AlwaysPull`
`imagePullSecrets` | Secrets to pull image from private docker repository | `[]`
`nameOverride` | Overrides auto-generated short resource name | `""`
Expand Down
2 changes: 1 addition & 1 deletion chart/sops-secrets-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: isindir/sops-secrets-operator
tag: 0.0.6
tag: 0.0.7
pullPolicy: AlwaysPull

imagePullSecrets: []
Expand Down

0 comments on commit 4c5d853

Please sign in to comment.