From 9d5abdeecab993013dac5c99b6c7b9278da82a23 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 14 Mar 2024 09:51:35 -0400 Subject: [PATCH] Set value for RABBITMQ_DEPL_IMG Set to: quay.io/podified-antelope-centos9/openstack-rabbitmq:current-podified --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 80b3448da..e47b2828d 100644 --- a/Makefile +++ b/Makefile @@ -258,7 +258,7 @@ RABBITMQ_BRANCH ?= patches RABBITMQ_COMMIT_HASH ?= RABBITMQ ?= docs/examples/default-security-context/rabbitmq.yaml RABBITMQ_CR ?= ${OPERATOR_BASE_DIR}/rabbitmq-operator/${RABBITMQ} -RABBITMQ_DEPL_IMG ?= unused +RABBITMQ_DEPL_IMG ?= quay.io/podified-antelope-centos9/openstack-rabbitmq:current-podified # Ironic IRONIC_IMG ?= quay.io/openstack-k8s-operators/ironic-operator-index:${OPENSTACK_K8S_TAG}