diff --git a/chart/sops-secrets-operator/Chart.yaml b/chart/sops-secrets-operator/Chart.yaml index 16afd32e..bb09fb11 100644 --- a/chart/sops-secrets-operator/Chart.yaml +++ b/chart/sops-secrets-operator/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -version: 0.1.1 -appVersion: 0.0.2 +version: 0.1.2 +appVersion: 0.0.3 description: sops secrets operator name: sops-secrets-operator sources: diff --git a/chart/sops-secrets-operator/values.yaml b/chart/sops-secrets-operator/values.yaml index 36d67573..51932bfc 100644 --- a/chart/sops-secrets-operator/values.yaml +++ b/chart/sops-secrets-operator/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: isindir/sops-secrets-operator - tag: 0.0.2 + tag: 0.0.3 pullPolicy: AlwaysPull imagePullSecrets: []