Skip to content
Snippets Groups Projects
Commit 96e14424 authored by Brad Beam's avatar Brad Beam Committed by Matthew Mosesohn
Browse files

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

parent 47830896
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment