From 5074e6f02d234a4d363e10c25cf61d46c74c6202 Mon Sep 17 00:00:00 2001 From: Jaromir Wysoglad Date: Thu, 20 Jun 2024 02:04:13 -0400 Subject: [PATCH] Fix sg-core image tag "current-podified" tag doesn't exist for the sg-core image --- hack/export_related_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/export_related_images.sh b/hack/export_related_images.sh index 2fa7e566a..3a8782c98 100755 --- a/hack/export_related_images.sh +++ b/hack/export_related_images.sh @@ -33,7 +33,7 @@ export RELATED_IMAGE_CEILOMETER_CENTRAL_IMAGE_URL_DEFAULT=quay.io/podified-antel export RELATED_IMAGE_CEILOMETER_COMPUTE_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-ceilometer-compute:current-podified export RELATED_IMAGE_CEILOMETER_NOTIFICATION_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-ceilometer-notification:current-podified export RELATED_IMAGE_CEILOMETER_IPMI_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-ceilometer-ipmi:current-podified -export RELATED_IMAGE_CEILOMETER_SGCORE_IMAGE_URL_DEFAULT=quay.io/infrawatch/sg-core:current-podified +export RELATED_IMAGE_CEILOMETER_SGCORE_IMAGE_URL_DEFAULT=quay.io/infrawatch/sg-core:v5.2.0-nextgen export RELATED_IMAGE_CEILOMETER_PROXY_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-aodh-api:current-podified export RELATED_IMAGE_AODH_API_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-aodh-api:current-podified export RELATED_IMAGE_AODH_EVALUATOR_IMAGE_URL_DEFAULT=quay.io/podified-antelope-centos9/openstack-aodh-evaluator:current-podified