From f04e8738f0650a21d93d27d3ca0dacafb361bfe6 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 24 Jul 2020 14:38:57 +0200 Subject: [PATCH] ci: use new OCP4 registry for jjb image Signed-off-by: Niels de Vos --- deploy/jjb-deploy.yaml | 2 +- deploy/jjb-validate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/jjb-deploy.yaml b/deploy/jjb-deploy.yaml index 4ee5b2ec0..d7aec363e 100644 --- a/deploy/jjb-deploy.yaml +++ b/deploy/jjb-deploy.yaml @@ -22,7 +22,7 @@ objects: spec: containers: - name: jjb - image: 172.30.254.79:5000/ceph-csi/jjb:latest + image: image-registry.openshift-image-registry.svc:5000/ceph-csi/jjb:latest env: - name: GIT_REPO value: https://github.com/ceph/ceph-csi diff --git a/deploy/jjb-validate.yaml b/deploy/jjb-validate.yaml index fcb77dbd6..d97702afc 100644 --- a/deploy/jjb-validate.yaml +++ b/deploy/jjb-validate.yaml @@ -22,7 +22,7 @@ objects: spec: containers: - name: jjb-validate - image: 172.30.254.79:5000/ceph-csi/jjb:latest + image: image-registry.openshift-image-registry.svc:5000/ceph-csi/jjb:latest env: - name: GIT_REPO value: https://github.com/ceph/ceph-csi