diff --git a/shared/charts/couchdb/Chart.yaml b/shared/charts/couchdb/Chart.yaml index c0b06707..0932364f 100644 --- a/shared/charts/couchdb/Chart.yaml +++ b/shared/charts/couchdb/Chart.yaml @@ -1,5 +1,5 @@ name: couchdb -version: 0.2.0 +version: 0.3.0 appVersion: 2.2.0 description: A database featuring seamless multi-master sync, that scales from big data to mobile, with an intuitive HTTP/JSON API and designed for diff --git a/shared/charts/couchdb/templates/statefulset.yaml b/shared/charts/couchdb/templates/statefulset.yaml index 92f404bb..87d6f413 100644 --- a/shared/charts/couchdb/templates/statefulset.yaml +++ b/shared/charts/couchdb/templates/statefulset.yaml @@ -4,7 +4,7 @@ metadata: name: {{ template "couchdb.fullname" . }} labels: app: {{ template "couchdb.name" . }} - chart: {{ .Chart.Name }} + chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: @@ -133,9 +133,7 @@ spec: name: database-storage labels: app: {{ template "couchdb.name" . }} - chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ .Release.Name }} - heritage: {{ .Release.Service }} spec: accessModes: {{- range .Values.persistentVolume.accessModes }}