Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Commit

Permalink
chore: update coredns to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Mar 25, 2019
1 parent b538d40 commit 2338930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ for K8S_DNS_SIDECAR_VERSION in ${K8S_DNS_SIDECAR_VERSIONS}; do
echo " - ${CONTAINER_IMAGE}" >> ${RELEASE_NOTES_FILEPATH}
done

CORE_DNS_VERSIONS="1.4.0 1.2.6 1.2.2"
CORE_DNS_VERSIONS="1.3.1 1.2.6 1.2.2"
for CORE_DNS_VERSION in ${CORE_DNS_VERSIONS}; do
CONTAINER_IMAGE="k8s.gcr.io/coredns:${CORE_DNS_VERSION}"
pullContainerImage "docker" ${CONTAINER_IMAGE}
Expand Down
2 changes: 1 addition & 1 deletion pkg/api/k8s_versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var k8sComponentVersions = map[string]map[string]string{
"addon-resizer": "addon-resizer:1.8.4",
"heapster": "heapster-amd64:v1.5.4",
"metrics-server": "metrics-server-amd64:v0.2.1",
"coredns": "coredns:1.4.0",
"coredns": "coredns:1.3.1",
"kube-dns": "k8s-dns-kube-dns-amd64:1.15.0",
"addon-manager": "kube-addon-manager-amd64:v9.0",
"dnsmasq": "k8s-dns-dnsmasq-nanny-amd64:1.15.0",
Expand Down

0 comments on commit 2338930

Please sign in to comment.