diff --git a/bitnami/common/Chart.yaml b/bitnami/common/Chart.yaml index 6115d6aa7b26fb..7defd913d3e304 100644 --- a/bitnami/common/Chart.yaml +++ b/bitnami/common/Chart.yaml @@ -3,7 +3,7 @@ annotations: licenses: Apache-2.0 apiVersion: v2 # Please make sure that version and appVersion are always the same. -appVersion: 2.2.6 +appVersion: 2.3.0 description: A Library Helm Chart for grouping common logic between bitnami charts. This chart is not deployable by itself. home: https://bitnami.com icon: https://bitnami.com/downloads/logos/bitnami-mark.png @@ -20,4 +20,4 @@ name: common sources: - https://github.com/bitnami/charts type: library -version: 2.2.6 +version: 2.3.0 diff --git a/bitnami/common/templates/_images.tpl b/bitnami/common/templates/_images.tpl index 2e7b15151d6d53..d60c22e256be9d 100644 --- a/bitnami/common/templates/_images.tpl +++ b/bitnami/common/templates/_images.tpl @@ -45,7 +45,7 @@ Return the proper Docker Image Registry Secret Names (deprecated: use common.ima {{- if (not (empty $pullSecrets)) }} imagePullSecrets: - {{- range $pullSecrets }} + {{- range $pullSecrets | uniq }} - name: {{ . }} {{- end }} {{- end }} @@ -73,7 +73,7 @@ Return the proper Docker Image Registry Secret Names evaluating values as templa {{- if (not (empty $pullSecrets)) }} imagePullSecrets: - {{- range $pullSecrets }} + {{- range $pullSecrets | uniq }} - name: {{ . }} {{- end }} {{- end }}