Browse Source
Merge pull request #3315 from riverzhang/upgrade-kubedns
Upgrade kubedns to 1.14.11
pull/3318/head
k8s-ci-robot
6 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
|
|
@ -112,7 +112,7 @@ nginx_image_tag: 1.13 |
|
|
|
dnsmasq_version: 2.78 |
|
|
|
dnsmasq_image_repo: "andyshinn/dnsmasq" |
|
|
|
dnsmasq_image_tag: "{{ dnsmasq_version }}" |
|
|
|
kubedns_version: 1.14.10 |
|
|
|
kubedns_version: 1.14.11 |
|
|
|
kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-{{ image_arch }}" |
|
|
|
kubedns_image_tag: "{{ kubedns_version }}" |
|
|
|
|
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
--- |
|
|
|
# Versions |
|
|
|
kubedns_version: 1.14.10 |
|
|
|
kubedns_version: 1.14.11 |
|
|
|
kubednsautoscaler_version: 1.1.2 |
|
|
|
|
|
|
|
# Limits for dnsmasq/kubedns apps |
|
|
|