Browse Source

Adding kubedns update for CVE-2017-14491 (#1735)

pull/1734/merge
Brad Beam 7 years ago
committed by Matthew Mosesohn
parent
commit
96e14424f0
1 changed files with 4 additions and 2 deletions
  1. 6
      roles/download/defaults/main.yml

6
roles/download/defaults/main.yml

@ -74,10 +74,12 @@ weave_npc_image_tag: "{{ weave_version }}"
nginx_image_repo: nginx
nginx_image_tag: 1.11.4-alpine
dnsmasq_version: 2.72
# Will need to watch for update with
# https://github.com/andyshinn/docker-dnsmasq/issues/12
dnsmasq_version: 2.76
dnsmasq_image_repo: "andyshinn/dnsmasq"
dnsmasq_image_tag: "{{ dnsmasq_version }}"
kubedns_version: 1.14.2
kubedns_version: 1.14.5
kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-amd64"
kubedns_image_tag: "{{ kubedns_version }}"
dnsmasq_nanny_image_repo: "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64"

Loading…
Cancel
Save