forked from LaconicNetwork/kompose
Convert registry to k8s.gcr.io
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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
@@ -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": {}
|
||||
|
||||
Reference in New Issue
Block a user