Skip to content

Commit

Permalink
Update preview AMI (#20163)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylos101 authored Sep 2, 2024
1 parent b68fdec commit 0be8880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/preview/infrastructure/modules/gce/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "dev_kube_context" {
variable "vm_image" {
type = string
description = "The VM image"
default = "gitpod-k3s-202407022134"
default = "gitpod-k3s-202409020431"
}

variable "cert_issuer" {
Expand Down
2 changes: 1 addition & 1 deletion dev/preview/infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "vm_type" {
variable "vm_image" {
type = string
description = "The VM image"
default = "gitpod-k3s-202407022134"
default = "gitpod-k3s-202409020431"
}

variable "cert_issuer" {
Expand Down

0 comments on commit 0be8880

Please sign in to comment.