From be3ecac24cd279415bf5cdd52e0659fa7d3b6c50 Mon Sep 17 00:00:00 2001 From: hannah-macdonald1 Date: Thu, 1 Feb 2024 16:02:16 -0700 Subject: [PATCH] fix? --- containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml b/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml index 56bc588..01e04d4 100644 --- a/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml +++ b/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml @@ -85,7 +85,7 @@ objects: claimName: db-deletion-dump containers: - name: db-cleanup-container - image: "${NAME}-${ZONE}:${IMAGE_TAG}" + image: "image-registry.openshift-image-registry.svc:5000/c82b4c-tools/db-cleanup-tools" imagePullPolicy: Always env: # Use environment variables for Secret values - name: DB_NAME