Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#403 from dprince/bump_rabb…
Browse files Browse the repository at this point in the history
…it_pin

Bump the rabbitmq operator pin to the latest
  • Loading branch information
openshift-merge-robot authored Oct 2, 2023
2 parents 1433aa8 + c024ab0 commit 39bb237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/pin-bundle-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39bb237

Please sign in to comment.