From e74770b92b1a12ecaefbc6f09ec36425e81efcd1 Mon Sep 17 00:00:00 2001 From: Nikhil Thomas Date: Tue, 12 Jan 2021 12:37:53 +0530 Subject: [PATCH] Change image url in cleanup job on OpenShift Set the openshfit-cli image from OpenShift internal registry as the image for clean up job. Signed-off-by: Nikhil Thomas --- .../99-clean-up/01-tekton-config-post-install-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/openshift/kodata/tekton-config/99-clean-up/01-tekton-config-post-install-jobs.yaml b/cmd/openshift/kodata/tekton-config/99-clean-up/01-tekton-config-post-install-jobs.yaml index 419ff82b6c..6a9e8c1241 100644 --- a/cmd/openshift/kodata/tekton-config/99-clean-up/01-tekton-config-post-install-jobs.yaml +++ b/cmd/openshift/kodata/tekton-config/99-clean-up/01-tekton-config-post-install-jobs.yaml @@ -35,7 +35,7 @@ spec: restartPolicy: OnFailure containers: - name: delete-config-crd - image: quay.io/openshift/origin-cli:4.6.0 + image: image-registry.openshift-image-registry.svc:5000/openshift/cli:latest command: - "bash" args: