Skip to content

Commit

Permalink
Merge pull request #50 from rjft/fix/gcp-gke-version
Browse files Browse the repository at this point in the history
Updated GKE version
  • Loading branch information
michaeljguarino authored May 9, 2024
2 parents dee63af + 9ede2dd commit b3c797e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/clouds/gcp/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "deletion_protection" {

variable "kubernetes_version" {
type = string
default = "1.27.10-gke.1055000"
default = "1.27.13-gke.1000000"
}

variable "node_pools" {
Expand Down

0 comments on commit b3c797e

Please sign in to comment.