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

[pxc-operator] Update to 1.16.1 bugfix release #7595

Merged
merged 1 commit into from
Dec 27, 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
2 changes: 1 addition & 1 deletion system/percona-xtradb-cluster-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: v2
name: percona-xtradb-cluster-crds
description: A Helm chart containing Percona CRDs.
type: application
version: 0.0.1-percona1.16.0
version: 0.0.1-percona1.16.1
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.16.0
version: 1.16.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:178152c2db0f6266d3722718e06dea813c2798442244b4c0a095e22c4164794b
generated: "2024-12-20T12:29:55.128909+02:00"
digest: sha256:9cdca7190409a5433ca301713f855873805301e8327d4bc92e51e7e182645055
generated: "2024-12-27T11:19:13.293876+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.3.0
appVersion: "1.16.0"
version: 0.3.1
appVersion: "1.16.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.16.0
version: 1.16.1
repository: https://percona.github.io/percona-helm-charts/
- name: owner-info
repository: oci://keppel.eu-de-1.cloud.sap/ccloud-helm
Expand Down
Loading