From 4d878be34b4bdb4d498ca4d5649c24e993581278 Mon Sep 17 00:00:00 2001 From: Alexander Greene Date: Wed, 22 Feb 2023 05:55:35 -0800 Subject: [PATCH] Move to the new Kubernetes image repository Problem: The Kubernetes project is moving its images from the k8s.gcr.io registry to the registry.k8s.io registry and our project relies on one of the images being moved. More information can be found here: https://github.com/kubernetes/k8s.io/issues/4780 Solution: Update the referenced image to point to the same image hosted at the new registry. Signed-off-by: Alexander Greene --- test/tools/imageregistry/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/imageregistry/daemonset.yaml b/test/tools/imageregistry/daemonset.yaml index 65c6bb16f..463fabeb1 100644 --- a/test/tools/imageregistry/daemonset.yaml +++ b/test/tools/imageregistry/daemonset.yaml @@ -43,4 +43,4 @@ spec: privileged: true containers: - name: wait - image: k8s.gcr.io/pause:3.1 + image: registry.k8s.io/pause:3.1