Skip to content

Commit

Permalink
Merge pull request kubernetes#6404 from dchen1107/master
Browse files Browse the repository at this point in the history
Using gcr.io/google_containers/etcd:2.0.8
  • Loading branch information
yujuhong committed Apr 3, 2015
2 parents f19ca7b + 814177c commit 76f1232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/saltbase/salt/etcd/etcd.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"containers":[
{
"name": "etcd-container",
"image": "kubernetes/etcd:2.0.5.1",
"image": "gcr.io/google_containers/etcd:2.0.8",
"command": [
"/usr/local/bin/etcd",
"--addr",
Expand Down

0 comments on commit 76f1232

Please sign in to comment.