diff --git a/charts/nsq/Chart.yaml b/charts/nsq/Chart.yaml index 4135feb..f6a096a 100644 --- a/charts/nsq/Chart.yaml +++ b/charts/nsq/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nsq description: A realtime distributed messaging platform type: application -version: 0.0.4 +version: 0.0.5 appVersion: 1.2.1 home: https://github.com/nsqio/helm-chart/tree/master/charts/nsq icon: https://nsq.io/static/img/nsq_blue.png diff --git a/charts/nsq/templates/_helpers.tpl b/charts/nsq/templates/_helpers.tpl index 208e4ee..ae857b2 100644 --- a/charts/nsq/templates/_helpers.tpl +++ b/charts/nsq/templates/_helpers.tpl @@ -84,11 +84,11 @@ Return the proper Docker Image Registry Secret Names {{- $pullSecrets := list }} {{- range .Values.imagePullSecrets -}} - {{- $pullSecrets = append $pullSecrets . -}} + {{- $pullSecrets = append $pullSecrets .name -}} {{- end -}} {{- range .Values.metrics.image.pullSecrets -}} - {{- $pullSecrets = append $pullSecrets . -}} + {{- $pullSecrets = append $pullSecrets .name -}} {{- end -}} {{- if (not (empty $pullSecrets)) }} imagePullSecrets: