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
This commit is contained in:
k8s-merge-robot
2016-04-19 16:37:13 -07:00
5 changed files with 5 additions and 5 deletions

View File

@@ -7,5 +7,5 @@ metadata:
spec:
containers:
- args: "this is a bad command"
image: redis
image: gcr.io/fake_project/fake_image:fake_tag
name: master

View File

@@ -11,7 +11,7 @@
"containers": [
{
"name": "master",
"image": "redis",
"image": "gcr.io/fake_project/fake_image:fake_tag",
"args": "this is a bad command"
}
]

View File

@@ -14,7 +14,7 @@
"containers": [
{
"name": "apache-php",
"image": "php:5.6.2-apache",
"image": "gcr.io/fake_project/fake_image:fake_tag",
"ports": [
{
"name": "apache",

View File

@@ -14,7 +14,7 @@
"containers": [
{
"name": "apache-php",
"image": "php:5.6.2-apache",
"image": "gcr.io/fake_project/fake_image:fake_tag",
"ports": [
{
"name": "apache",

View File

@@ -12,5 +12,5 @@ spec:
- an
- ok
- command
image: redis
image: gcr.io/fake_project/fake_image:fake_tag
name: master