File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,5 +113,5 @@ require (
113113// must consistent within modules and service operators
114114replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 // allow-merging
115115
116- // custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6 .0_patches_tag)
116+ // custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.9 .0_patches_tag)
117117replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 // allow-merging
Original file line number Diff line number Diff line change @@ -124,5 +124,5 @@ replace github.com/openstack-k8s-operators/openstack-operator/apis => ./apis
124124// must consistent within modules and service operators
125125replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 // allow-merging
126126
127- // custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6 .0_patches_tag)
127+ // custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.9 .0_patches_tag)
128128replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 // allow-merging
Original file line number Diff line number Diff line change @@ -87,6 +87,6 @@ for MOD_PATH in ${MOD_PATHS}; do
8787done
8888# append the rabbitmq URL only if we aren't in Dockerfile mode
8989if [ -z " $DOCKERFILE " ]; then
90- # pin rabbit to sha256 for the e7df1b654cb702d343996c7ac4245de8535c39c7 for our v2.6 .0_patches fork
91- echo -n " ,quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:c6ed5e2b416152c5adf42aeb984ab5de4f3d00593c15ffb626d1d87db67d1ccc "
90+ # pin rabbit to sha256 for our v2.9 .0_patches fork
91+ echo -n " ,quay.io/openstack-k8s-operators/rabbitmq-cluster-operator-bundle@sha256:bad31e1b028840ac3c199efc3a8ecb3c87bdb68e6a11c8e32a7dbcd5a4d4114d "
9292fi
You can’t perform that action at this time.
0 commit comments