From fccd701deec376c0859f3d7670c8463819950122 Mon Sep 17 00:00:00 2001 From: Sahil Shah Date: Wed, 2 Aug 2023 00:11:38 -0400 Subject: [PATCH] Changed the image in volume_scenario.yml to a public one (#458) --- CI/scenarios/volume_scenario.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/scenarios/volume_scenario.yaml b/CI/scenarios/volume_scenario.yaml index 811a48ca..483f1502 100644 --- a/CI/scenarios/volume_scenario.yaml +++ b/CI/scenarios/volume_scenario.yaml @@ -51,7 +51,7 @@ spec: claimName: kraken-test-pvc containers: - name: kraken-test-container - image: 'image-registry.openshift-image-registry.svc:5000/openshift/httpd:latest' + image: 'quay.io/centos7/httpd-24-centos7:latest' volumeMounts: - mountPath: "/home/krake-dir/" name: kraken-test-pv