mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
Upstream Changes: - coredns v1.2.5 (https://github.com/coredns/coredns/releases/tag/v1.2.5) NOTE: - Switch image repo to https://hub.docker.com/r/coredns/coredns/ (https://github.com/kubernetes-incubator/kubespray/pull/3595#issuecomment-433962973)
This commit is contained in:
committed by
k8s-ci-robot
parent
bc74a37696
commit
1e6ad5acb6
@@ -169,8 +169,8 @@ kubedns_version: 1.14.13
|
||||
kubedns_image_repo: "gcr.io/google_containers/k8s-dns-kube-dns-{{ image_arch }}"
|
||||
kubedns_image_tag: "{{ kubedns_version }}"
|
||||
|
||||
coredns_version: "1.2.2"
|
||||
coredns_image_repo: "gcr.io/google-containers/coredns"
|
||||
coredns_version: "1.2.5"
|
||||
coredns_image_repo: "coredns/coredns"
|
||||
coredns_image_tag: "{{ coredns_version }}{%- if image_arch != 'amd64' -%}__{{ image_arch}}_linux{%- endif -%}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user