Skip to content

Commit

Permalink
Merge pull request #2772 from consideRatio/pr/update-k8s-cluster-vers…
Browse files Browse the repository at this point in the history
…ion-info

terraform, gcp: collect info about k8s versions 1.24-1.27
  • Loading branch information
consideRatio authored Jul 7, 2023
2 parents 8a20ad7 + 091a24b commit e3096a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ variable "k8s_version_prefixes" {
# channel, so we may want to remove or add minor versions here over time.
#
default = [
"1.22.",
"1.23.",
"1.24.",
"1.25.",
"1.26.",
"1.27.",
"1.",
]
description = <<-EOT
Expand Down

0 comments on commit e3096a6

Please sign in to comment.