From bec445fc7706cb1e41242fecf2767f5b49ce06e0 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 10 May 2022 08:30:09 -0400 Subject: [PATCH] Move from k8s.gcr.io to registry.k8s.io Signed-off-by: Davanum Srinivas Kubernetes-commit: 50bea1dad89930ad565526910aadc314b9e9f38b --- testdata/openapi/swagger.json | 2 +- testdata/set/multi-resource-yaml.yaml | 4 ++-- testdata/set/namespaced-resource.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/testdata/openapi/swagger.json b/testdata/openapi/swagger.json index 28a332a29..eb44785cd 100644 --- a/testdata/openapi/swagger.json +++ b/testdata/openapi/swagger.json @@ -5976,7 +5976,7 @@ "description": "Describe a container image", "properties": { "names": { - "description": "Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]", + "description": "Names by which this image is known. e.g. [\"registry.k8s.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]", "items": { "type": "string" }, diff --git a/testdata/set/multi-resource-yaml.yaml b/testdata/set/multi-resource-yaml.yaml index 32a0c06fe..d2465bbd6 100644 --- a/testdata/set/multi-resource-yaml.yaml +++ b/testdata/set/multi-resource-yaml.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: mock-container - image: k8s.gcr.io/pause:3.7 + image: registry.k8s.io/pause:3.7 --- apiVersion: v1 kind: ReplicationController @@ -30,4 +30,4 @@ spec: spec: containers: - name: mock-container - image: k8s.gcr.io/pause:3.7 + image: registry.k8s.io/pause:3.7 diff --git a/testdata/set/namespaced-resource.yaml b/testdata/set/namespaced-resource.yaml index b2253c8c5..290e548ab 100644 --- a/testdata/set/namespaced-resource.yaml +++ b/testdata/set/namespaced-resource.yaml @@ -14,4 +14,4 @@ spec: spec: containers: - name: mock-container - image: k8s.gcr.io/pause:3.7 + image: registry.k8s.io/pause:3.7