Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Fixed failing upgrade for percona-xtradb-cluster chart
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaly Yakovenko <vitaly.yakovenko@serverbee.net>
  • Loading branch information
mr-yaky committed Oct 14, 2019
1 parent 5c06d39 commit 9866370
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion stable/percona-xtradb-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: percona-xtradb-cluster
version: 1.0.2
version: 1.0.3
appVersion: 5.7.19
description: free, fully compatible, enhanced, open source drop-in replacement for
MySQL with Galera Replication (xtradb)
Expand Down
1 change: 0 additions & 1 deletion stable/percona-xtradb-cluster/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ metadata:
name: {{ template "percona-xtradb-cluster.fullname" . }}
labels:
app: {{ template "percona-xtradb-cluster.fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
spec:
Expand Down

0 comments on commit 9866370

Please sign in to comment.