From 9f17bdb2d8d2910ee422b24c685e15cf11c42d2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:26:31 +0000 Subject: [PATCH] chore(deps): update dependency rabbitmq/cluster-operator to v2.19.0 --- operators/rabbitmq-system/cluster-operator/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operators/rabbitmq-system/cluster-operator/kustomization.yaml b/operators/rabbitmq-system/cluster-operator/kustomization.yaml index 1af5f45c3..539ee4432 100644 --- a/operators/rabbitmq-system/cluster-operator/kustomization.yaml +++ b/operators/rabbitmq-system/cluster-operator/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - https://github.com/rabbitmq/cluster-operator/releases/download/v2.16.1/cluster-operator.yml + - https://github.com/rabbitmq/cluster-operator/releases/download/v2.19.0/cluster-operator.yml # this needs to be here to remove the namespace from the above # because the cluster-operator defines the same namespace and it would conflict