We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ce757 commit 6aac139Copy full SHA for 6aac139
api/go.mod
@@ -77,3 +77,6 @@ require (
77
// mschuppert: map to latest commit from release-4.13 tag
78
// must consistent within modules and service operators
79
replace github.com/openshift/api => github.com/openshift/api v0.0.0-20240830023148-b7d0481c9094 //allow-merging
80
+
81
+// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6.0_patches_tag)
82
+replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 //allow-merging
0 commit comments