We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83660fb commit 4f71030Copy full SHA for 4f71030
eks/ng/autoscaler/cluster-autoscaler.go
@@ -198,6 +198,7 @@ spec:
198
var caImages = map[string]string{
199
"1.16": ` - image: us.gcr.io/k8s-artifacts-prod/autoscaling/cluster-autoscaler:v1.16.5`,
200
"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`,
202
}
203
204
const (
0 commit comments