From cde2c41c31fe8125349d25ea791f13b8ccdbe7f2 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Thu, 20 Nov 2025 16:18:07 +0100 Subject: [PATCH] pxc: Upgrade operator to 1.18.0 --- ansible/inventory/group_vars/all/pxc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory/group_vars/all/pxc b/ansible/inventory/group_vars/all/pxc index c6b0408..e8de100 100644 --- a/ansible/inventory/group_vars/all/pxc +++ b/ansible/inventory/group_vars/all/pxc @@ -1,3 +1,3 @@ --- -zuul_operator_pxc_crd_url: "https://raw.githubusercontent.com/percona/percona-xtradb-cluster-operator/refs/tags/v1.17.0/deploy/crd.yaml" -zuul_operator_pxc_bundle_url: "https://raw.githubusercontent.com/percona/percona-xtradb-cluster-operator/refs/tags/v1.17.0/deploy/bundle.yaml" +zuul_operator_pxc_crd_url: "https://raw.githubusercontent.com/percona/percona-xtradb-cluster-operator/refs/tags/v1.18.0/deploy/crd.yaml" +zuul_operator_pxc_bundle_url: "https://raw.githubusercontent.com/percona/percona-xtradb-cluster-operator/refs/tags/v1.18.0/deploy/bundle.yaml"