Convert registry to k8s.gcr.io

This commit is contained in:
Tim Hockin
2017-12-22 09:55:16 -08:00
parent f66ba3cee6
commit a178cf53db
19 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -172,7 +172,7 @@
"containers": [
{
"name": "redis-master",
"image": "gcr.io/google_containers/redis:e2e",
"image": "k8s.gcr.io/redis:e2e",
"ports": [
{
"containerPort": 6379
+1 -1
View File
@@ -281,7 +281,7 @@
"annotations": null,
"from": {
"kind": "DockerImage",
"name": "gcr.io/google_containers/redis:e2e"
"name": "k8s.gcr.io/redis:e2e"
},
"generation": null,
"importPolicy": {}
+1 -1
View File
@@ -172,7 +172,7 @@
"containers": [
{
"name": "redis-master",
"image": "gcr.io/google_containers/redis:e2e",
"image": "k8s.gcr.io/redis:e2e",
"ports": [
{
"containerPort": 6379
+1 -1
View File
@@ -281,7 +281,7 @@
"annotations": null,
"from": {
"kind": "DockerImage",
"name": "gcr.io/google_containers/redis:e2e"
"name": "k8s.gcr.io/redis:e2e"
},
"generation": null,
"importPolicy": {}