diff --git a/charts/tremor/Chart.yaml b/charts/tremor/Chart.yaml index ccdff75..584761f 100644 --- a/charts/tremor/Chart.yaml +++ b/charts/tremor/Chart.yaml @@ -28,6 +28,6 @@ appVersion: "1.0" description: "Chart to deploy a tremor instance" icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/tremor/horizontal/color/tremor-horizontal-color.png name: "tremor" -version: "0.13.0-rc.12-2" +version: "0.13.0-rc.12-3" maintainers: - name: tremor-rs diff --git a/charts/tremor/templates/daemonset.yaml b/charts/tremor/templates/daemonset.yaml index 25e727b..533e57d 100644 --- a/charts/tremor/templates/daemonset.yaml +++ b/charts/tremor/templates/daemonset.yaml @@ -47,7 +47,7 @@ spec: {{- end }} spec: {{- with .Values.image.pullSecrets }} - imagePullSecrets: {{ . }} + imagePullSecrets: {{ toYaml . }} {{- end }} serviceAccountName: {{ template "tremor.fullname" . }} {{- if .Values.priorityClassName }} diff --git a/charts/tremor/templates/deployment.yaml b/charts/tremor/templates/deployment.yaml index d54a97f..47a57fa 100644 --- a/charts/tremor/templates/deployment.yaml +++ b/charts/tremor/templates/deployment.yaml @@ -49,7 +49,7 @@ spec: {{- end }} spec: {{- with .Values.image.pullSecrets }} - imagePullSecrets: {{ . }} + imagePullSecrets: {{ toYaml . }} {{- end }} serviceAccount: {{ template "tremor.fullname" . }} {{- if .Values.priorityClassName }}