Update references from k8s.gcr.io to registry.k8s.io

This commit is contained in:
vaibhav2107
2023-02-14 17:35:45 +05:30
parent cae115a9e4
commit 9ced8e2ced
18 changed files with 18 additions and 18 deletions
@@ -3,7 +3,7 @@ version: "2"
services:
redis-master:
image: k8s.gcr.io/redis:e2e
image: registry.k8s.io/redis:e2e
ports:
- "6379"
tmpfs:
@@ -69,7 +69,7 @@
"spec": {
"containers": [
{
"image": "k8s.gcr.io/redis:e2e",
"image": "registry.k8s.io/redis:e2e",
"imagePullPolicy": "",
"name": "redis-master",
"ports": [
@@ -131,7 +131,7 @@
"annotations": null,
"from": {
"kind": "DockerImage",
"name": "k8s.gcr.io/redis:e2e"
"name": "registry.k8s.io/redis:e2e"
},
"generation": null,
"importPolicy": {}