Skip to content

Commit

Permalink
Merge pull request #904 from dprince/bump_rabbit_pin
Browse files Browse the repository at this point in the history
Bump rabbitmq-operator bundle to latest for v2.6.0_patches
  • Loading branch information
openshift-merge-bot[bot] authored Jul 3, 2024
2 parents 06baa21 + fb360c7 commit e6b3241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/pin-bundle-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ 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
# pin rabbit to sha256 for the 629e537392b32db2768367079586e9243017056f for our v2.6.0_patches fork
echo -n ",quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:0cf762ad468ab258531cee56dbd0ebec2c852a29fe89481357951cb797c662cb"
# pin rabbit to sha256 for the e7df1b654cb702d343996c7ac4245de8535c39c7 for our v2.6.0_patches fork
echo -n ",quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:c6ed5e2b416152c5adf42aeb984ab5de4f3d00593c15ffb626d1d87db67d1ccc"
fi

0 comments on commit e6b3241

Please sign in to comment.