Update clusters to use 3.0.17 etcd

This commit is contained in:
Wojciech Tyczynski
2017-02-17 14:24:08 +01:00
parent a7d2136ce1
commit b70e392161
9 changed files with 12 additions and 12 deletions

View File

@@ -36,7 +36,7 @@
"containers":[
{
"name": "etcd-container",
"image": "gcr.io/google_containers/etcd:{{ pillar.get('etcd_docker_tag', '3.0.14-alpha.1') }}",
"image": "gcr.io/google_containers/etcd:{{ pillar.get('etcd_docker_tag', '3.0.17-alpha.1') }}",
"resources": {
"requests": {
"cpu": {{ cpulimit }}
@@ -52,7 +52,7 @@
"value": "{{ pillar.get('storage_backend', 'etcd3') }}"
},
{ "name": "TARGET_VERSION",
"value": "{{ pillar.get('etcd_version', '3.0.14') }}"
"value": "{{ pillar.get('etcd_version', '3.0.17') }}"
},
{ "name": "DATA_DIRECTORY",
"value": "/var/etcd/data{{ suffix }}"