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 }}