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

This commit is contained in:
Brad Beam 2017-10-03 02:30:14 -05:00 committed by Matthew Mosesohn
parent 47830896e8
commit 96e14424f0

View file

@ -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"