Skip to content

Commit

Permalink
Merge pull request #360 from mohammed6688/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
jvpasinatto authored Aug 20, 2024
2 parents 9c50b79 + 76cea58 commit 7272932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.3
version: 1.14.4
maintainers:
- name: tplavcic
email: tomislav.plavcic@percona.com
Expand Down
3 changes: 2 additions & 1 deletion charts/pxc-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ The chart can be customized using the following configurable parameters:
| |
| `backup.enabled` | Enables backups for PXC cluster | `true` |
| `backup.allowParallel` | Allow taking multiple backups in parallel | `true` |
| `backup.image` | Backup Container image | `percona/percona-xtradb-cluster-operator:1.14.0-pxc8.0-backup-pxb8.0.35` |
| `backup.image.repository` | Backup Container image | `percona/percona-xtradb-cluster-operator` |
| `backup.image.tag` | Backup Container tag | `1.14.0-pxc8.0-backup-pxb8.0.35` |
| `backup.backoffLimit` | The number of retries to make a backup | `10` |
| `backup.imagePullSecrets` | Backup Container pull secret | `[]` |
| `backup.imagePullPolicy` | The policy used to update images | `` |
Expand Down

0 comments on commit 7272932

Please sign in to comment.