Skip to content

Commit 8b03f05

Browse files
authored
Update for gen115 (#19995)
1 parent 040cf81 commit 8b03f05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/preview/infrastructure/modules/gce/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variable "dev_kube_context" {
2323
variable "vm_image" {
2424
type = string
2525
description = "The VM image"
26-
default = "gitpod-k3s-202404302137"
26+
default = "gitpod-k3s-202407022134"
2727
}
2828

2929
variable "cert_issuer" {

dev/preview/infrastructure/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ variable "vm_type" {
2323
variable "vm_image" {
2424
type = string
2525
description = "The VM image"
26-
default = "gitpod-k3s-202404302137"
26+
default = "gitpod-k3s-202407022134"
2727
}
2828

2929
variable "cert_issuer" {

0 commit comments

Comments
 (0)