From 6ea27344b8a990312518dea51f2e3bc60603783f Mon Sep 17 00:00:00 2001 From: Eriks Zelenka Date: Thu, 13 Jun 2019 22:04:10 +0100 Subject: [PATCH] fix: update chart Signed-off-by: Eriks Zelenka --- chart/sops-secrets-operator/Chart.yaml | 4 ++-- chart/sops-secrets-operator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: []