Browse Source

update nginx tag to use multi-arch docker image (#2009)

pull/2013/head
Di Xu 6 years ago
committed by Matthew Mosesohn
parent
commit
de422c822d
2 changed files with 2 additions and 2 deletions
  1. 2
      roles/download/defaults/main.yml
  2. 2
      roles/kubernetes/node/defaults/main.yml

2
roles/download/defaults/main.yml

@ -91,7 +91,7 @@ weave_npc_image_repo: "weaveworks/weave-npc"
weave_npc_image_tag: "{{ weave_version }}"
nginx_image_repo: nginx
nginx_image_tag: 1.11.4-alpine
nginx_image_tag: 1.13
dnsmasq_version: 2.78
dnsmasq_image_repo: "andyshinn/dnsmasq"
dnsmasq_image_tag: "{{ dnsmasq_version }}"

2
roles/kubernetes/node/defaults/main.yml

@ -58,7 +58,7 @@ nginx_cpu_requests: 25m
# - extensions/v1beta1/deployments=true
nginx_image_repo: nginx
nginx_image_tag: 1.11.4-alpine
nginx_image_tag: 1.13
etcd_config_dir: /etc/ssl/etcd

Loading…
Cancel
Save