Skip to content

Commit f271ea2

Browse files
authored
[dev/preview] bump GCP AMI (#20833)
* [workspace clusters] new GCP AMI * Fix
1 parent 78aa142 commit f271ea2

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

2929
variable "cert_issuer" {

0 commit comments

Comments
 (0)