diff --git a/stable/mongodb/Chart.yaml b/stable/mongodb/Chart.yaml index 49a66c35d5..a815b76d1d 100644 --- a/stable/mongodb/Chart.yaml +++ b/stable/mongodb/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: mongodb -version: 5.17.4 +version: 5.17.5 appVersion: 4.0.10 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. keywords: diff --git a/stable/mongodb/templates/statefulset-primary-rs.yaml b/stable/mongodb/templates/statefulset-primary-rs.yaml index 57fb792930..fbe56e485f 100644 --- a/stable/mongodb/templates/statefulset-primary-rs.yaml +++ b/stable/mongodb/templates/statefulset-primary-rs.yaml @@ -251,7 +251,7 @@ spec: name: datadir annotations: {{- range $key, $value := .Values.persistence.annotations }} - {{ $key }}: {{ $value }} + {{ $key }}: "{{ $value }}" {{- end }} spec: accessModes: diff --git a/stable/mongodb/templates/statefulset-secondary-rs.yaml b/stable/mongodb/templates/statefulset-secondary-rs.yaml index ce5ef57d87..e944211e5a 100644 --- a/stable/mongodb/templates/statefulset-secondary-rs.yaml +++ b/stable/mongodb/templates/statefulset-secondary-rs.yaml @@ -225,7 +225,7 @@ spec: name: datadir annotations: {{- range $key, $value := .Values.persistence.annotations }} - {{ $key }}: {{ $value }} + {{ $key }}: "{{ $value }}" {{- end }} spec: accessModes: