From a9b0e9566c8a393fd50c2c3c302de311d88e162b Mon Sep 17 00:00:00 2001 From: euan-tilley Date: Wed, 12 Dec 2018 15:36:31 +0000 Subject: [PATCH] Fix to PR-8729 (#9709) Signed-off-by: Euan Tilley --- stable/mongodb-replicaset/Chart.yaml | 2 +- stable/mongodb-replicaset/templates/mongodb-statefulset.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/mongodb-replicaset/Chart.yaml b/stable/mongodb-replicaset/Chart.yaml index de2b589555..f00fcf6bc2 100644 --- a/stable/mongodb-replicaset/Chart.yaml +++ b/stable/mongodb-replicaset/Chart.yaml @@ -1,6 +1,6 @@ name: mongodb-replicaset home: https://github.com/mongodb/mongo -version: 3.8.3 +version: 3.8.4 appVersion: 3.6 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. diff --git a/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml b/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml index 1c98083748..042d0b695e 100644 --- a/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml +++ b/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml @@ -36,9 +36,9 @@ spec: {{ toYaml .Values.podAnnotations | indent 8 }} {{- end }} spec: - {{- if .Values.image.imagePullSecrets }} + {{- if .Values.imagePullSecrets }} imagePullSecrets: - {{- range .Values.image.imagePullSecrets }} + {{- range .Values.imagePullSecrets }} - name: {{ . }} {{- end}} {{- end }}