From 2d97fdd451f403254aa53204f1965add40263f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mudrini=C4=87?= Date: Mon, 6 Mar 2023 16:09:57 +0100 Subject: [PATCH] Replace k8s.gcr.io with registry.k8s.io MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marko Mudrinić --- .../channels/packages/guestbook/0.1.0/manifest.yaml | 2 +- .../controllers/tests/patches-stable.out.yaml | 2 +- .../guestbook-operator/controllers/tests/simple-stable.out.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/guestbook-operator/channels/packages/guestbook/0.1.0/manifest.yaml b/examples/guestbook-operator/channels/packages/guestbook/0.1.0/manifest.yaml index e1178602..1135a7d1 100644 --- a/examples/guestbook-operator/channels/packages/guestbook/0.1.0/manifest.yaml +++ b/examples/guestbook-operator/channels/packages/guestbook/0.1.0/manifest.yaml @@ -35,7 +35,7 @@ spec: spec: containers: - name: master - image: k8s.gcr.io/redis:e2e # or just image: redis + image: registry.k8s.io/redis:e2e # or just image: redis resources: requests: cpu: 100m diff --git a/examples/guestbook-operator/controllers/tests/patches-stable.out.yaml b/examples/guestbook-operator/controllers/tests/patches-stable.out.yaml index 77d9c2ca..0a2adfd8 100644 --- a/examples/guestbook-operator/controllers/tests/patches-stable.out.yaml +++ b/examples/guestbook-operator/controllers/tests/patches-stable.out.yaml @@ -54,7 +54,7 @@ spec: tier: backend spec: containers: - - image: k8s.gcr.io/redis:e2e + - image: registry.k8s.io/redis:e2e name: master ports: - containerPort: 6379 diff --git a/examples/guestbook-operator/controllers/tests/simple-stable.out.yaml b/examples/guestbook-operator/controllers/tests/simple-stable.out.yaml index ccae007e..2a679d53 100644 --- a/examples/guestbook-operator/controllers/tests/simple-stable.out.yaml +++ b/examples/guestbook-operator/controllers/tests/simple-stable.out.yaml @@ -54,7 +54,7 @@ spec: tier: backend spec: containers: - - image: k8s.gcr.io/redis:e2e + - image: registry.k8s.io/redis:e2e name: master ports: - containerPort: 6379