Skip to content

Commit

Permalink
default all clusters to use v1.28 (GoogleCloudPlatform#492)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sy Kim <[email protected]>
  • Loading branch information
andrewsykim authored Mar 28, 2024
1 parent 8749e90 commit 82228d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ variable "cluster_labels" {

variable "kubernetes_version" {
type = string
default = "latest"
default = "1.28"
}

variable "release_channel" {
Expand Down

0 comments on commit 82228d7

Please sign in to comment.