Browse Source

Update k8s-dns-node-cache to 1.15.16 (#6852)

pull/6853/head
Florian Ruynat 4 years ago
committed by GitHub
parent
commit
91f1edbdd4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/download/defaults/main.yml

2
roles/download/defaults/main.yml

@ -476,7 +476,7 @@ coredns_version: "1.7.0"
coredns_image_repo: "{{ docker_image_repo }}/coredns/coredns"
coredns_image_tag: "{{ coredns_version }}"
nodelocaldns_version: "1.15.14"
nodelocaldns_version: "1.15.16"
nodelocaldns_image_repo: "{{ kube_image_repo }}/dns/k8s-dns-node-cache"
nodelocaldns_image_tag: "{{ nodelocaldns_version }}"

Loading…
Cancel
Save