We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e735c commit e109bfcCopy full SHA for e109bfc
2 files changed
charts/registry-creds/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
2
appVersion: "1.9"
3
description: A Helm chart for registry creds
4
name: registry-creds
5
-version: 1.1.2
+version: 1.1.3
6
home: https://hub.docker.com/r/upmcenterprises/registry-creds
7
sources:
8
- https://github.com/upmc-enterprises/registry-creds
charts/registry-creds/templates/deployment.yaml
@@ -57,7 +57,7 @@ spec:
57
secretKeyRef:
58
name: {{ default (include "registry-creds.name" . | printf "%s-ecr") .Values.ecr.existingSecretName }}
59
key: aws-account
60
- {{- if .Values.ecr.awsRegion }}
+ {{- if or .Values.ecr.awsRegion .Values.ecr.existingSecretName }}
61
- name: awsregion
62
valueFrom:
63
0 commit comments