Skip to content

Commit

Permalink
Merge branch 'main' into quote-schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic authored Mar 19, 2024
2 parents 3a2d956 + af0f8b9 commit 2dfbbe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/pxc-db/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/pxc-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion charts/pxc-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2dfbbe4

Please sign in to comment.