Skip to content

Commit

Permalink
Added image url for CA for nodegroups (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran authored Oct 20, 2020
1 parent 83660fb commit 4f71030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eks/ng/autoscaler/cluster-autoscaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ spec:
var caImages = map[string]string{
"1.16": ` - image: us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler:v1.16.5`,
"1.17": ` - image: us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler:v1.17.2`,
"1.18": ` - image: us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler:v1.18.0`,
}

const (
Expand Down

0 comments on commit 4f71030

Please sign in to comment.