Skip to content

Commit 1d97d0c

Browse files
authored
Update variables.tf
Set default OKE version to 1.25.4
1 parent d5ac962 commit 1d97d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ variable "cluster_name" {
7878
}
7979

8080
variable "kubernetes_version" {
81-
default = "v1.24.1"
81+
default = "v1.25.4"
8282
}
8383

8484
variable "airflow_node_pool_name" {

0 commit comments

Comments
 (0)