Bump coredns to 1.2.6 (#3641)
This commit is contained in:
parent
612663667c
commit
b316518864
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ kubedns_version: 1.14.13
|
||||||
kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-{{ image_arch }}"
|
kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-{{ image_arch }}"
|
||||||
kubedns_image_tag: "{{ kubedns_version }}"
|
kubedns_image_tag: "{{ kubedns_version }}"
|
||||||
|
|
||||||
coredns_version: "1.2.5"
|
coredns_version: "1.2.6"
|
||||||
coredns_image_repo: "coredns/coredns"
|
coredns_image_repo: "coredns/coredns"
|
||||||
coredns_image_tag: "{{ coredns_version }}{%- if image_arch != 'amd64' -%}__{{ image_arch}}_linux{%- endif -%}"
|
coredns_image_tag: "{{ coredns_version }}{%- if image_arch != 'amd64' -%}__{{ image_arch}}_linux{%- endif -%}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue