Skip to content

Commit 90b705d

Browse files
committed
Fix
1 parent ef2b843 commit 90b705d

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-202505221849"
26+
default = "gitpod-k3s-202505222027"
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-202505221849"
26+
default = "gitpod-k3s-202505222027"
2727
}
2828

2929
variable "cert_issuer" {

0 commit comments

Comments
 (0)