Browse Source
Merge pull request #2742 from woopstar/coredns-update
Update CoreDNS to version 1.1.2
pull/2745/head
Andreas Krüger
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/download/defaults/main.yml
|
@ -115,7 +115,7 @@ dnsmasq_image_tag: "{{ dnsmasq_version }}" |
|
|
kubedns_version: 1.14.8 |
|
|
kubedns_version: 1.14.8 |
|
|
kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-amd64" |
|
|
kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-amd64" |
|
|
kubedns_image_tag: "{{ kubedns_version }}" |
|
|
kubedns_image_tag: "{{ kubedns_version }}" |
|
|
coredns_version: 1.1.0 |
|
|
|
|
|
|
|
|
coredns_version: 1.1.2 |
|
|
coredns_image_repo: "docker.io/coredns/coredns" |
|
|
coredns_image_repo: "docker.io/coredns/coredns" |
|
|
coredns_image_tag: "{{ coredns_version }}" |
|
|
coredns_image_tag: "{{ coredns_version }}" |
|
|
dnsmasq_nanny_image_repo: "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64" |
|
|
dnsmasq_nanny_image_repo: "gcr.io/google_containers/k8s-dns-dnsmasq-nanny-amd64" |
|
|