We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13803a7 commit f5fa843Copy full SHA for f5fa843
bootstrap/terraform/gcp-bootstrap/deps.yaml
@@ -2,7 +2,7 @@ apiVersion: plural.sh/v1alpha1
2
kind: Dependencies
3
metadata:
4
description: Creates a GKE cluster and adds initial configuration
5
- version: 0.2.26
+ version: 0.2.27
6
spec:
7
dependencies: []
8
providers:
bootstrap/terraform/gcp-bootstrap/variables.tf
@@ -253,7 +253,7 @@ variable "num_static_ips" {
253
254
variable "kubernetes_version" {
255
type = string
256
- default = "1.24.17-gke.2211000"
+ default = "1.24.17-gke.2266000"
257
}
258
259
variable "vpc_subnetwork_cidr_range" {
0 commit comments