Skip to content

Commit 9b7f70b

Browse files
Merge pull request #846 from dprince/bump_rabbitmq_fips
Bump rabbitmq bundle for FIPs annotation
2 parents 241e9d8 + 8d24c2d commit 9b7f70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/pin-bundle-images.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ for MOD_PATH in $(go list -mod=readonly -m -json all | jq -r '. | select(.Path |
8686
done
8787
# append the rabbitmq URL only if we aren't in Dockerfile mode
8888
if [ -z "$DOCKERFILE" ]; then
89-
# pin rabbit to sha256 for the e2d413c102bc73d4b5e186d1d1b1f9bf728701e1 tag (v2.6.0)
90-
echo -n ",quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:261306a5a39a379079a7f30491491ce1bd3ae3e21d9610af9734e4e56d32358d"
89+
# pin rabbit to sha256 for the 629e537392b32db2768367079586e9243017056f for our v2.6.0_patches fork
90+
echo -n ",quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:0cf762ad468ab258531cee56dbd0ebec2c852a29fe89481357951cb797c662cb"
9191
fi

0 commit comments

Comments
 (0)