Browse Source
Merge pull request #1898 from skyscooby/update_kubedns
Update kubedns to 1.14.7 release
pull/1916/head
Spencer Smith
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
roles/download/defaults/main.yml
-
roles/kubernetes-apps/ansible/defaults/main.yml
|
@ -95,7 +95,7 @@ nginx_image_tag: 1.11.4-alpine |
|
|
dnsmasq_version: 2.78 |
|
|
dnsmasq_version: 2.78 |
|
|
dnsmasq_image_repo: "andyshinn/dnsmasq" |
|
|
dnsmasq_image_repo: "andyshinn/dnsmasq" |
|
|
dnsmasq_image_tag: "{{ dnsmasq_version }}" |
|
|
dnsmasq_image_tag: "{{ dnsmasq_version }}" |
|
|
kubedns_version: 1.14.5 |
|
|
|
|
|
|
|
|
kubedns_version: 1.14.7 |
|
|
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 }}" |
|
|
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" |
|
|
|
@ -1,6 +1,6 @@ |
|
|
--- |
|
|
--- |
|
|
# Versions |
|
|
# Versions |
|
|
kubedns_version: 1.14.5 |
|
|
|
|
|
|
|
|
kubedns_version: 1.14.7 |
|
|
kubednsautoscaler_version: 1.1.1 |
|
|
kubednsautoscaler_version: 1.1.1 |
|
|
|
|
|
|
|
|
# Limits for dnsmasq/kubedns apps |
|
|
# Limits for dnsmasq/kubedns apps |
|
|