From c024ab05e17eb70334194b5eacc95a912538ba7d Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 21 Jul 2023 09:00:28 -0400 Subject: [PATCH] Bump the rabbitmq operator pin to the latest --- hack/pin-bundle-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/pin-bundle-images.sh b/hack/pin-bundle-images.sh index b440b98e8..1e64787ea 100755 --- a/hack/pin-bundle-images.sh +++ b/hack/pin-bundle-images.sh @@ -73,5 +73,5 @@ for MOD_PATH in $(go list -mod=readonly -m -json all | jq -r '. | select(.Path | done # append the rabbitmq URL only if we aren't in Dockerfile mode if [ -z "$DOCKERFILE" ]; then - echo -n ",quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:1501babc66e91c5427d0773d3df82f67569a0bd33d1ebbdf8ffa3959f75d9095" + echo -n ",quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:2a09973faa91ae6d3913d61cc0ae7e124240c27f886563de87a2fbdd3aec6ad0" fi