From 121ace048e78b54bc98c29c9a20ddfb4eb056431 Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Thu, 12 Oct 2023 08:52:51 +0200 Subject: [PATCH] fix(rabbitmq): fix operator file url --- base/rabbitmq/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/rabbitmq/kustomization.yaml b/base/rabbitmq/kustomization.yaml index 8b2cad4..2d1c108 100644 --- a/base/rabbitmq/kustomization.yaml +++ b/base/rabbitmq/kustomization.yaml @@ -4,4 +4,4 @@ namespace: rabbitmq-operator resources: - namespace.yaml -- https://github.com/rabbitmq/cluster-operator/releases/2.5.0/download/cluster-operator.yml +- https://github.com/rabbitmq/cluster-operator/releases/download/v2.5.0/cluster-operator.yml