Skip to content

Commit 19c3a2b

Browse files
committed
oke cluster autoscaler standalone 1.30 add, 1.26 delete
Signed-off-by: junior <junior@users.noreply.github.com>
1 parent 6fe1c04 commit 19c3a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/oke-cluster-autoscaler/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
variable "cluster_autoscaler_supported_k8s_versions" {
1212
type = map(string)
1313

14-
default = { "1.23" = "1.23.0-4", "1.24" = "1.24.0-5", "1.25" = "1.25.0-6", "1.26" = "1.26.2-7" } # There's no API to get that list. Need to be updated manually
14+
default = { "1.27" = "1.27.2-9", "1.28" = "1.28.0-5", "1.29" = "1.29.3-1", "1.30" = "1.30.1-2" } # There's no API to get that list. Need to be updated manually
1515
description = "Supported Kubernetes versions for OKE cluster autoscaler"
1616
}
1717
variable "custom_cluster_autoscaler_image" {

0 commit comments

Comments
 (0)