Revert "CoreDNS v1.2.5 (#3595)"

This reverts commit 8ba6b601b0.
This commit is contained in:
wilmardo
2018-10-29 16:33:52 +01:00
parent 0acb823d96
commit 2149bfbc5b
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ 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.5"
coredns_version: "1.2.2"
coredns_image_repo: "gcr.io/google-containers/coredns"
coredns_image_tag: "{{ coredns_version }}{%- if image_arch != 'amd64' -%}__{{ image_arch}}_linux{%- endif -%}"