Skip to content

Commit

Permalink
[pxc-operator] Update operator and CRDs to the minor 1.15.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
s10 committed Dec 18, 2024
1 parent b6596bb commit ca0960a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion system/percona-xtradb-cluster-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
apiVersion: v2
name: percona-xtradb-cluster-crds
description: A Helm chart containing Percona CRDs.
type: application
version: 0.0.1-percona1.15.0
version: 0.0.1-percona1.15.1
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,8 @@ spec:
type: string
enableCRValidationWebhook:
type: boolean
enableVolumeExpansion:
type: boolean
haproxy:
properties:
affinity:
Expand Down
6 changes: 3 additions & 3 deletions system/percona-xtradb-cluster-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: pxc-operator
repository: https://percona.github.io/percona-helm-charts/
version: 1.15.0
version: 1.15.1
- name: owner-info
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
version: 1.0.0
Expand All @@ -11,5 +11,5 @@ dependencies:
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.27.0
digest: sha256:214112296b5c1637ba8dd81933e6fe07db5e0a237c21059d6c45dda36caaf005
generated: "2024-12-11T15:37:56.761019+02:00"
digest: sha256:a8bfa4d2f15b126812ed173a2046f37feb9c0de86253c91b3f75c3350db3f21f
generated: "2024-12-17T12:59:23.701796+02:00"
6 changes: 3 additions & 3 deletions system/percona-xtradb-cluster-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: percona-xtradb-cluster-operator
description: A Helm chart to install Percona XtraDB Cluster Operator.
home: "https://github.com/sapcc/helm-charts/tree/master/system/percona-xtradb-cluster-operator"
type: application
version: 0.2.1
appVersion: "1.15.0"
version: 0.2.2
appVersion: "1.15.1"
kubeVersion: ">=1.26.0-0"
maintainers:
- name: Birk Bohne
Expand All @@ -19,7 +19,7 @@ sources:
- https://github.com/percona/percona-helm-charts/tree/main
dependencies:
- name: pxc-operator
version: 1.15.0
version: 1.15.1
repository: https://percona.github.io/percona-helm-charts/
- name: owner-info
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
Expand Down

0 comments on commit ca0960a

Please sign in to comment.