Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
GPII-3421 - Align with upstream chart changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanstipl committed Nov 9, 2018
1 parent 1a9a82e commit 0a0d028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shared/charts/couchdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions shared/charts/couchdb/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 0a0d028

Please sign in to comment.