Skip to content

Commit

Permalink
Use newer gke version (#538)
Browse files Browse the repository at this point in the history
Our previous one was deprecated
  • Loading branch information
michaeljguarino authored Mar 1, 2023
1 parent fc59af5 commit d16f1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap/terraform/gcp-bootstrap/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: plural.sh/v1alpha1
kind: Dependencies
metadata:
description: Creates a GKE cluster and adds initial configuration
version: 0.2.15
version: 0.2.16
spec:
dependencies: []
providers:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/terraform/gcp-bootstrap/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ EOF

variable "kubernetes_version" {
type = string
default = "1.22.16-gke.2000"
default = "1.22.17-gke.4300"
}

variable "vpc_subnetwork_cidr_range" {
Expand Down

0 comments on commit d16f1aa

Please sign in to comment.