Skip to content

Commit

Permalink
[stable/mariadb] Fix issue with pvc on upgrades (helm#7966)
Browse files Browse the repository at this point in the history
Signed-off-by: juan131 <juan@bitnami.com>
Signed-off-by: jenkin-x <jicowan@hotmail.com>
  • Loading branch information
juan131 authored and jicowan committed Oct 2, 2018
1 parent 7be4981 commit 35fa21e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion stable/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mariadb
version: 5.0.4
version: 5.0.5
appVersion: 10.1.36
description: Fast, reliable, scalable, and easy to use open-source relational database system. MariaDB Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software. Highly available MariaDB cluster.
keywords:
Expand Down
1 change: 0 additions & 1 deletion stable/mariadb/templates/master-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ spec:
name: data
labels:
app: "{{ template "mariadb.name" . }}"
chart: {{ template "mariadb.chart" . }}
component: "master"
release: {{ .Release.Name | quote }}
heritage: {{ .Release.Service | quote }}
Expand Down
1 change: 0 additions & 1 deletion stable/mariadb/templates/slave-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ spec:
name: data
labels:
app: "{{ template "mariadb.name" . }}"
chart: {{ template "mariadb.chart" . }}
component: "slave"
release: {{ .Release.Name | quote }}
heritage: {{ .Release.Service | quote }}
Expand Down

0 comments on commit 35fa21e

Please # to comment.