From 998d90105aed80deb358af42c2f8fce1c017423c Mon Sep 17 00:00:00 2001 From: Tomislav Plavcic Date: Mon, 18 Mar 2024 13:19:58 +0100 Subject: [PATCH] K8SPXC-1371 - Fix PXC version in pxc-db chart for 1.14.0 release --- charts/pxc-db/Chart.yaml | 2 +- charts/pxc-db/README.md | 2 +- charts/pxc-db/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/pxc-db/Chart.yaml b/charts/pxc-db/Chart.yaml index d7b46987..395f7724 100644 --- a/charts/pxc-db/Chart.yaml +++ b/charts/pxc-db/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 1.14.0 description: A Helm chart for installing Percona XtraDB Cluster Databases using the PXC Operator. name: pxc-db home: https://www.percona.com/doc/kubernetes-operator-for-pxc/kubernetes.html -version: 1.14.0 +version: 1.14.1 maintainers: - name: tplavcic email: tomislav.plavcic@percona.com diff --git a/charts/pxc-db/README.md b/charts/pxc-db/README.md index 70337d49..41089438 100644 --- a/charts/pxc-db/README.md +++ b/charts/pxc-db/README.md @@ -52,7 +52,7 @@ The chart can be customized using the following configurable parameters: | `pxc.size` | PXC Cluster target member (pod) quantity. Can't even if `allowUnsafeConfigurations` is `true` | `3` | | `pxc.clusterSecretName` | Specify if you want to use custom or Operator generated users secret (if the one specified doesn't exist) | `` | | `pxc.image.repository` | PXC Container image repository | `percona/percona-xtradb-cluster` | -| `pxc.image.tag` | PXC Container image tag | `8.0.32-24.2` | +| `pxc.image.tag` | PXC Container image tag | `8.0.35-27.1` | | `pxc.imagePullPolicy` | The policy used to update images | `` | | `pxc.autoRecovery` | Enable full cluster crash auto recovery | `true` | | `pxc.expose.enabled` | Enable or disable exposing `Percona XtraDB Cluster` nodes with dedicated IP addresses | `true` | diff --git a/charts/pxc-db/values.yaml b/charts/pxc-db/values.yaml index 55b65c80..356a5eb6 100644 --- a/charts/pxc-db/values.yaml +++ b/charts/pxc-db/values.yaml @@ -55,7 +55,7 @@ pxc: size: 3 image: repository: percona/percona-xtradb-cluster - tag: 8.0.32-24.2 + tag: 8.0.35-27.1 # imagePullPolicy: Always autoRecovery: true # expose: