diff --git a/stable/mongodb-replicaset/Chart.yaml b/stable/mongodb-replicaset/Chart.yaml index 83d412081a..838f4cb8ee 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: 2.1.2 +version: 2.1.3 description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications. icon: https://webassets.mongodb.com/_com_assets/cms/mongodb-logo-rgb-j6w271g1xn.jpg diff --git a/stable/mongodb-replicaset/templates/mongodb-ca.yaml b/stable/mongodb-replicaset/templates/mongodb-ca.yaml index 10752872df..7b5c5f0d0f 100644 --- a/stable/mongodb-replicaset/templates/mongodb-ca.yaml +++ b/stable/mongodb-replicaset/templates/mongodb-ca.yaml @@ -4,11 +4,11 @@ kind: Secret type: kubernetes.io/tls metadata: labels: - app: {{ template "name" . }} + app: {{ template "mongodb-replicaset.name" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version }} heritage: {{ .Release.Service }} release: {{ .Release.Name }} - name: {{ template "fullname" . }}-ca + name: {{ template "mongodb-replicaset.fullname" . }}-ca data: tls.key: {{ .Values.tls.cakey }} tls.crt: {{ .Values.tls.cacert }} diff --git a/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml b/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml index fbdce443d0..da701ca630 100644 --- a/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml +++ b/stable/mongodb-replicaset/templates/mongodb-statefulset.yaml @@ -175,7 +175,7 @@ spec: - name: ca secret: defaultMode: 0400 - secretName: {{ template "fullname" . }}-ca + secretName: {{ template "mongodb-replicaset.fullname" . }}-ca {{- end }} {{- if .Values.auth.enabled }} - name: keydir