File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 1.19.0
2+ appVersion : 1.19.1
33description : A Helm chart for installing Percona XtraDB Cluster Databases using the PXC Operator.
44name : pxc-db
55home : https://www.percona.com/doc/kubernetes-operator-for-pxc/kubernetes.html
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ To install the chart with the `pxc` release name using a dedicated namespace (re
2020
2121``` sh
2222helm repo add percona https://percona.github.io/percona-helm-charts/
23- helm install my-db percona/pxc-db --version 1.19.0 --namespace my-namespace
23+ helm install my-db percona/pxc-db --version 1.19.1 --namespace my-namespace
2424```
2525
2626The chart can be customized using the following configurable parameters:
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ spec:
387387 {{- end }}
388388 {{- if $proxysql.imagePullSecrets }}
389389 imagePullSecrets :
390- {{- $proxysql.imagePullSecrets | toYaml | indent 6 }}
390+ {{ $proxysql.imagePullSecrets | toYaml | indent 6 }}
391391 {{- end }}
392392 {{- if $proxysql.scheduler }}
393393 scheduler :
You can’t perform that action at this time.
0 commit comments