Skip to content

Commit

Permalink
Convert kubernetes/serve_hostname to gcr.io/google_containers/server_…
Browse files Browse the repository at this point in the history
…hostname
  • Loading branch information
satnam6502 committed Apr 1, 2015
1 parent 4191c94 commit 3c119c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/e2e-suite/services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function start_service() {
"containers": [
{
"name": "$1",
"image": "kubernetes/serve_hostname:1.1",
"image": "gcr.io/google_containers/serve_hostname:1.1",
"ports": [
{
"containerPort": 9376,
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var _ = Describe("Events", func() {
Containers: []api.Container{
{
Name: "p",
Image: "gcr.io/google_containers/serve_hostname",
Image: "gcr.io/google_containers/serve_hostname:1.1",
Ports: []api.ContainerPort{{ContainerPort: 80}},
},
},
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ var _ = Describe("Pods", func() {
Containers: []api.Container{
{
Name: "srv",
Image: "gcr.io/google_containers/serve_hostname",
Image: "gcr.io/google_containers/serve_hostname:1.1",
Ports: []api.ContainerPort{{ContainerPort: 9376}},
},
},
Expand Down

0 comments on commit 3c119c0

Please sign in to comment.