diff --git a/charts/imagepullsecret-patcher/Chart.yaml b/charts/imagepullsecret-patcher/Chart.yaml index 105e36d..d8d157c 100644 --- a/charts/imagepullsecret-patcher/Chart.yaml +++ b/charts/imagepullsecret-patcher/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 description: imagepullsecret-patcher name: imagepullsecret-patcher -version: 1.0.2 -appVersion: "v0.14" +version: 1.0.3 +appVersion: "v0.14.0" diff --git a/charts/imagepullsecret-patcher/values.yaml b/charts/imagepullsecret-patcher/values.yaml index 254d89f..7ec49d3 100644 --- a/charts/imagepullsecret-patcher/values.yaml +++ b/charts/imagepullsecret-patcher/values.yaml @@ -4,7 +4,7 @@ image: # docker image repository: jupiterone/imagepullsecret-patcher # docker image tag - tag: v0.14 + tag: v0.14.0 pullPolicy: IfNotPresent pullSecrets: [] managedSecretName: "CHANGE_ME"