diff --git a/common/pxc-db/Chart.yaml b/common/pxc-db/Chart.yaml index 44f59b4d51..4b3d81abab 100644 --- a/common/pxc-db/Chart.yaml +++ b/common/pxc-db/Chart.yaml @@ -16,13 +16,13 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.4 +version: 0.2.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "1.16.1" dependencies: - name: owner-info diff --git a/common/pxc-db/values.yaml b/common/pxc-db/values.yaml index bc01511a4f..fe6a5603e2 100644 --- a/common/pxc-db/values.yaml +++ b/common/pxc-db/values.yaml @@ -74,7 +74,7 @@ pause: false initContainer: image: name: percona-xtradb-cluster-operator - tag: 1.16.0 + tag: 1.16.1 override: null resources: requests: @@ -326,7 +326,7 @@ haproxy: initdb: image: name: percona/percona-xtradb-cluster-operator - tag: 1.16.0-pxc8.0-backup-pxb8.0.35 + tag: 1.16.1-pxc8.0-backup-pxb8.0.35 backup: enabled: false @@ -334,7 +334,7 @@ backup: labels: {} image: name: percona/percona-xtradb-cluster-operator - tag: 1.16.0-pxc8.0-backup-pxb8.0.35 + tag: 1.16.1-pxc8.0-backup-pxb8.0.35 override: null imagePullPolicy: Always backoffLimit: 2