From 8a1115b1975112163a47616dce09122add5cb4e5 Mon Sep 17 00:00:00 2001 From: Waleed Malik Date: Wed, 12 Apr 2023 17:35:06 +0500 Subject: [PATCH] chore: migrate from k8s.gcr.io to registry.k8s.io Signed-off-by: Waleed Malik --- test/__snapshots__/yaml.test.ts.snap | 2 +- test/fixtures/guestbook-all-in-one.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/__snapshots__/yaml.test.ts.snap b/test/__snapshots__/yaml.test.ts.snap index f6c89c021d..dd2e186135 100644 --- a/test/__snapshots__/yaml.test.ts.snap +++ b/test/__snapshots__/yaml.test.ts.snap @@ -87,7 +87,7 @@ Array [ "spec": Object { "containers": Array [ Object { - "image": "k8s.gcr.io/redis:e2e", + "image": "registry.k8s.io/redis:e2e", "name": "master", "ports": Array [ Object { diff --git a/test/fixtures/guestbook-all-in-one.yaml b/test/fixtures/guestbook-all-in-one.yaml index e117860214..e9311015c9 100644 --- a/test/fixtures/guestbook-all-in-one.yaml +++ b/test/fixtures/guestbook-all-in-one.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 @@ -104,7 +104,7 @@ metadata: tier: frontend spec: # comment or delete the following line if you want to use a LoadBalancer - type: NodePort + type: NodePort # if your cluster supports it, uncomment the following to automatically create # an external load-balanced IP for the frontend service. # type: LoadBalancer