Skip to content

Commit f35a251

Browse files
authored
[preview] use even more recent GCP AMI (#20836)
1 parent f3746ca commit f35a251

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

2929
variable "cert_issuer" {

0 commit comments

Comments
 (0)