From 0c2a7d89bb58c1fa32fd677396dc0cc8742c372d Mon Sep 17 00:00:00 2001 From: Pedro Moura Date: Tue, 30 Jan 2024 17:15:47 -0300 Subject: [PATCH] Planet: add full image name Signed-off-by: Pedro Moura --- roles/openshift-apps/planet/templates/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/planet/templates/deployment.yml b/roles/openshift-apps/planet/templates/deployment.yml index 8bdbb26998..98f52d41cb 100644 --- a/roles/openshift-apps/planet/templates/deployment.yml +++ b/roles/openshift-apps/planet/templates/deployment.yml @@ -20,7 +20,7 @@ spec: spec: containers: - name: planet - image: planet:latest + image: image-registry.openshift-image-registry.svc:5000/planet/planet:latest ports: - containerPort: 8080 volumeMounts: