From 644a6703d46623ee8ba57ac05c485209d9de433b Mon Sep 17 00:00:00 2001 From: Shiva Abhishek Date: Sat, 4 Mar 2023 23:36:32 +0530 Subject: [PATCH] Replacing k8s.grc.io with registry.k8s.io --- sync/linux/wine2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync/linux/wine2e.yaml b/sync/linux/wine2e.yaml index 3c22dbc..08f1079 100644 --- a/sync/linux/wine2e.yaml +++ b/sync/linux/wine2e.yaml @@ -43,10 +43,10 @@ spec: value: --progress-report-url=http://localhost:8099/progress --node-os-distro=windows - name: KUBE_TEST_REPO_LIST value: /tmp/sonobuoy/config/image-repo-list-master - image: k8s.gcr.io/conformance:$SONOBUOY_K8S_VERSION + image: registry.k8s.io/conformance:$SONOBUOY_K8S_VERSION imagePullPolicy: Always name: e2e resources: {} volumeMounts: - mountPath: /tmp/sonobuoy/results - name: results \ No newline at end of file + name: results