Skip to content

Commit a62fe1a

Browse files
committed
fix: Update versions
1 parent 7f74aca commit a62fe1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ variable "postgres_ro_username" {
357357

358358
variable "database_version" {
359359
type = string
360-
default = "POSTGRES_15"
360+
default = "POSTGRES_17"
361361
description = "Version of the database"
362362
}
363363

@@ -548,7 +548,7 @@ variable "k8s_authorized_networks" {
548548

549549
variable "k8s_cluster_version" {
550550
type = string
551-
default = "1.28.11"
551+
default = "1.35"
552552
description = "The version of Kubernetes to use for the GKE cluster. The patch/GKE specific version will be found automatically."
553553
}
554554

0 commit comments

Comments
 (0)