Skip to content

Commit

Permalink
Merge pull request #12133 from olemarkus/bump-cas-22
Browse files Browse the repository at this point in the history
Bump CAS for 1.22
  • Loading branch information
k8s-ci-robot committed Aug 11, 2021
2 parents 6eab49e + 4e58943 commit 260f2a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/model/components/clusterautoscaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ func (b *ClusterAutoscalerOptionsBuilder) BuildOptions(o interface{}) error {
v, err := util.ParseKubernetesVersion(clusterSpec.KubernetesVersion)
if err == nil {
switch v.Minor {
case 22:
image = "k8s.gcr.io/autoscaling/cluster-autoscaler:v1.22.0"
case 21:
image = "k8s.gcr.io/autoscaling/cluster-autoscaler:v1.21.0"
case 20:
Expand Down

0 comments on commit 260f2a6

Please sign in to comment.