Skip to content

Commit f5fa843

Browse files
bump gke version
1 parent 13803a7 commit f5fa843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap/terraform/gcp-bootstrap/deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: plural.sh/v1alpha1
22
kind: Dependencies
33
metadata:
44
description: Creates a GKE cluster and adds initial configuration
5-
version: 0.2.26
5+
version: 0.2.27
66
spec:
77
dependencies: []
88
providers:

bootstrap/terraform/gcp-bootstrap/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ variable "num_static_ips" {
253253

254254
variable "kubernetes_version" {
255255
type = string
256-
default = "1.24.17-gke.2211000"
256+
default = "1.24.17-gke.2266000"
257257
}
258258

259259
variable "vpc_subnetwork_cidr_range" {

0 commit comments

Comments
 (0)