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

Commit

Permalink
chore: update cluster-autoscaler for k8s 1.18 (#2901)
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Mar 13, 2020
1 parent 9305f1b commit 0cc985d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/k8s_versions.go
Expand Up @@ -105,7 +105,7 @@ var kubernetesImageBaseVersionedImages = map[string]map[string]map[string]string
common.AddonResizerComponentName: "addon-resizer:1.8.7",
common.MetricsServerAddonName: "metrics-server-amd64:v0.3.5",
common.AddonManagerComponentName: "kube-addon-manager-amd64:v9.0.2",
common.ClusterAutoscalerAddonName: "cluster-autoscaler:v1.17.1",
common.ClusterAutoscalerAddonName: "cluster-autoscaler:v1.18.0",
},
"1.17": {
common.AddonResizerComponentName: "addon-resizer:1.8.7",
Expand Down
1 change: 1 addition & 0 deletions vhd/packer/install-dependencies.sh
Expand Up @@ -202,6 +202,7 @@ for TILLER_VERSION in ${TILLER_VERSIONS}; do
done

CLUSTER_AUTOSCALER_VERSIONS="
1.18.0
1.17.1
1.16.4
1.15.5
Expand Down

0 comments on commit 0cc985d

Please sign in to comment.