Skip to content

Commit 4f71030

Browse files
authored
Added image url for CA for nodegroups (#180)
1 parent 83660fb commit 4f71030

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eks/ng/autoscaler/cluster-autoscaler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ spec:
198198
var caImages = map[string]string{
199199
"1.16": ` - image: us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler:v1.16.5`,
200200
"1.17": ` - image: us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler:v1.17.2`,
201+
"1.18": ` - image: us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler:v1.18.0`,
201202
}
202203

203204
const (

0 commit comments

Comments
 (0)