Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8SPXC-1537: Update PXC charts for 1.16.1 release #457

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/pxc-db/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 1.16.0
appVersion: 1.16.1
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.16.0
version: 1.16.1
maintainers:
- name: spron-in
email: sergey.pronin@percona.com
Expand Down
8 changes: 4 additions & 4 deletions charts/pxc-db/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ To install the chart with the `pxc` release name using a dedicated namespace (re

```sh
helm repo add percona https://percona.github.io/percona-helm-charts/
helm install my-db percona/pxc-db --version 1.16.0 --namespace my-namespace
helm install my-db percona/pxc-db --version 1.16.1 --namespace my-namespace
```

The chart can be customized using the following configurable parameters:

| Parameter | Description | Default |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------ |
| `crVersion` | Version of the Operator the Custom Resource belongs to | `1.16.0` |
| `crVersion` | Version of the Operator the Custom Resource belongs to | `1.16.1` |
| `ignoreAnnotations` | Operator will not remove following annotations | `[]` |
| `ignoreLabels` | Operator will not remove following labels | `[]` |
| `pause` | Stop PXC Database safely | `false` |
Expand Down Expand Up @@ -231,7 +231,7 @@ The chart can be customized using the following configurable parameters:
| `proxysql.podSecurityContext` | A custom Kubernetes Security Context for a Pod to be used instead of the default one | `{}` |
| |
| `logcollector.enabled` | Enable log collector container | `true` |
| `logcollector.image` | Log collector image repository | `percona/percona-xtradb-cluster-operator:1.16.0-logcollector-fluentbit3.2.2` |
| `logcollector.image` | Log collector image repository | `percona/percona-xtradb-cluster-operator:1.16.1-logcollector-fluentbit3.2.2` |
| `logcollector.imagePullSecrets` | Log collector pull secret | `[]` |
| `logcollector.imagePullPolicy` | The policy used to update images | `` |
| `logcollector.configuration` | User defined configuration for logcollector | `` |
Expand Down Expand Up @@ -264,7 +264,7 @@ 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.repository` | Backup Container image | `percona/percona-xtradb-cluster-operator` |
| `backup.image.tag` | Backup Container tag | `1.16.0-pxc8.0-backup-pxb8.0.35` |
| `backup.image.tag` | Backup Container tag | `1.16.1-pxc8.0-backup-pxb8.0.35` |
| `backup.backoffLimit` | The number of retries to make a backup | `10` |
| `backup.activeDeadlineSeconds` | Maximum duration in seconds for a bacup job to run. The job will be terminated if it exceeds this time | `` |
| `backup.imagePullSecrets` | Backup Container pull secret | `[]` |
Expand Down
8 changes: 4 additions & 4 deletions charts/pxc-db/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ annotations: {}

operatorImageRepository: percona/percona-xtradb-cluster-operator

crVersion: 1.16.0
crVersion: 1.16.1

enableVolumeExpansion: false

Expand All @@ -29,7 +29,7 @@ ignoreLabels: []
# - rack
pause: false
# initContainer:
# image: "percona/percona-xtradb-cluster-operator:1.16.0"
# image: "percona/percona-xtradb-cluster-operator:1.16.1"
# containerSecurityContext:
# privileged: false
# runAsUser: 1001
Expand Down Expand Up @@ -533,7 +533,7 @@ proxysql:

logcollector:
enabled: true
image: percona/percona-xtradb-cluster-operator:1.16.0-logcollector-fluentbit3.2.2
image: percona/percona-xtradb-cluster-operator:1.16.1-logcollector-fluentbit3.2.2
# imagePullPolicy: Always
imagePullSecrets: []
# configuration: |
Expand Down Expand Up @@ -594,7 +594,7 @@ backup:
# allowParallel: true
image:
repository: 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
# backoffLimit: 6
# activeDeadlineSeconds: 3600
# serviceAccountName: percona-xtradb-cluster-operator
Expand Down
4 changes: 2 additions & 2 deletions charts/pxc-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 1.16.0
appVersion: 1.16.1
description: A Helm chart for deploying the Percona Operator for MySQL (based on Percona XtraDB Cluster)
name: pxc-operator
home: https://docs.percona.com/percona-operator-for-mysql/pxc/
version: 1.16.0
version: 1.16.1
maintainers:
- name: nmarukovich
email: natalia.marukovich@percona.com
Expand Down
4 changes: 2 additions & 2 deletions charts/pxc-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ To install the chart with the `pxc` release name using a dedicated namespace (re

```sh
helm repo add percona https://percona.github.io/percona-helm-charts/
helm install my-operator percona/pxc-operator --version 1.16.0 --namespace my-namespace
helm install my-operator percona/pxc-operator --version 1.16.1 --namespace my-namespace
```

The chart can be customized using the following configurable parameters:

| Parameter | Description | Default |
| ------------------------------- | -----------------------------------------------------------------------------------------------| -------------------------------------------------|
| `image` | PXC Operator Container image full path | `percona/percona-xtradb-cluster-operator:1.16.0` |
| `image` | PXC Operator Container image full path | `percona/percona-xtradb-cluster-operator:1.16.1` |
| `imagePullPolicy` | PXC Operator Container pull policy | `Always` |
| `containerSecurityContext` | PXC Operator Container securityContext | `{}` |
| `imagePullSecrets` | PXC Operator Pod pull secret | `[]` |
Expand Down
Loading