Skip to content

Commit

Permalink
add our own fork of percona-xtradb-cluster-operator docker image. upd…
Browse files Browse the repository at this point in the history
…ate helm chart to use our fork.
  • Loading branch information
lots0logs committed May 22, 2020
1 parent c50b823 commit 9c706ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/percona-xtradb-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.0.10
version: 1.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion charts/percona-xtradb-cluster/templates/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
proxysql:
enabled: true
size: 3
image: percona/percona-xtradb-cluster-operator:1.4.0-proxysql
image: elegantthemes/percona-xtradb-cluster-operator:1.4.0-proxysql
labels:
{{ .Values.label_name }}: {{ .Values.label_value }}
release: {{ .Values.label_value }}
Expand Down

0 comments on commit 9c706ae

Please sign in to comment.