diff --git a/charts/imagepullsecret-patcher/Chart.yaml b/charts/imagepullsecret-patcher/Chart.yaml index 54d50c9..105e36d 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.1 +version: 1.0.2 appVersion: "v0.14" diff --git a/charts/imagepullsecret-patcher/templates/deployment.yaml b/charts/imagepullsecret-patcher/templates/deployment.yaml index 7e177f7..4ab1bef 100644 --- a/charts/imagepullsecret-patcher/templates/deployment.yaml +++ b/charts/imagepullsecret-patcher/templates/deployment.yaml @@ -42,4 +42,4 @@ spec: volumes: - name: src-dockerconfigjson secret: - secretName: {{ template "imagepullsecret-patcher.fullname" . }}-dockerconfigjson \ No newline at end of file + secretName: {{ .Values.managedSecretName }} \ No newline at end of file