diff --git a/test/__snapshots__/yaml.test.ts.snap b/test/__snapshots__/yaml.test.ts.snap index fa9eaa465d..24c40bc862 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