Commit 6a7dcde2 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #23955 from fejta/pkg-validation

Automatic merge from submit-queue Use tagged gcr.io redis image for pkg/api tests Migrate pkg/api/validation/testdata redis images to use tagged gcr.io version for https://github.com/kubernetes/kubernetes/issues/13288 and https://github.com/kubernetes/kubernetes/issues/20836
parents c1fe51c7 eb0352cf
...@@ -7,5 +7,5 @@ metadata: ...@@ -7,5 +7,5 @@ metadata:
spec: spec:
containers: containers:
- args: "this is a bad command" - args: "this is a bad command"
image: redis image: gcr.io/fake_project/fake_image:fake_tag
name: master name: master
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"containers": [ "containers": [
{ {
"name": "master", "name": "master",
"image": "redis", "image": "gcr.io/fake_project/fake_image:fake_tag",
"args": "this is a bad command" "args": "this is a bad command"
} }
] ]
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"containers": [ "containers": [
{ {
"name": "apache-php", "name": "apache-php",
"image": "php:5.6.2-apache", "image": "gcr.io/fake_project/fake_image:fake_tag",
"ports": [ "ports": [
{ {
"name": "apache", "name": "apache",
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"containers": [ "containers": [
{ {
"name": "apache-php", "name": "apache-php",
"image": "php:5.6.2-apache", "image": "gcr.io/fake_project/fake_image:fake_tag",
"ports": [ "ports": [
{ {
"name": "apache", "name": "apache",
......
...@@ -12,5 +12,5 @@ spec: ...@@ -12,5 +12,5 @@ spec:
- an - an
- ok - ok
- command - command
image: redis image: gcr.io/fake_project/fake_image:fake_tag
name: master name: master
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment