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

Commit

Permalink
chore: update kube-addon-manager to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Mar 25, 2019
1 parent 53574e3 commit c671192
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 @@ -131,7 +131,7 @@ for KUBE_DNS_VERSION in ${KUBE_DNS_VERSIONS}; do
echo " - ${CONTAINER_IMAGE}" >> ${RELEASE_NOTES_FILEPATH}
done

KUBE_ADDON_MANAGER_VERSIONS="8.9 8.8 8.7 8.6"
KUBE_ADDON_MANAGER_VERSIONS="9.0 8.9 8.8 8.7 8.6"
for KUBE_ADDON_MANAGER_VERSION in ${KUBE_ADDON_MANAGER_VERSIONS}; do
CONTAINER_IMAGE="k8s.gcr.io/kube-addon-manager-amd64:v${KUBE_ADDON_MANAGER_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 @@ -22,7 +22,7 @@ var k8sComponentVersions = map[string]map[string]string{
"metrics-server": "metrics-server-amd64:v0.2.1",
"coredns": "coredns:1.4.0",
"kube-dns": "k8s-dns-kube-dns-amd64:1.15.0",
"addon-manager": "kube-addon-manager-amd64:v8.9",
"addon-manager": "kube-addon-manager-amd64:v9.0",
"dnsmasq": "k8s-dns-dnsmasq-nanny-amd64:1.15.0",
"pause": "pause-amd64:3.1",
"tiller": "tiller:v2.11.0",
Expand Down

0 comments on commit c671192

Please sign in to comment.