Skip to content

Commit 8a85a26

Browse files
committed
[preview] try updating to the latest image
1 parent 161e530 commit 8a85a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/preview/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ scripts:
3333
export TF_VAR_preview_name="${TF_VAR_preview_name:-$(previewctl get name)}"
3434
export TF_VAR_vm_cpu="${TF_VAR_vm_cpu:-6}"
3535
export TF_VAR_vm_memory="${TF_VAR_vm_memory:-12Gi}"
36-
export TF_VAR_vm_storage_class="${TF_VAR_vm_storage_class:-longhorn-gitpod-k3s-202209251218-onereplica}"
36+
export TF_VAR_vm_storage_class="${TF_VAR_vm_storage_class:-longhorn-gitpod-k3s-202304191605-onereplica}"
3737
./workflow/preview/deploy-harvester.sh
3838
3939
- name: delete-preview

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ variable "harvester_ingress_ip" {
4444
variable "vm_image" {
4545
type = string
4646
description = "The VM image"
47-
default = "gitpod-k3s-202302132222"
47+
default = "gitpod-k3s-202304191605"
4848
}
4949

5050
variable "cert_issuer" {

0 commit comments

Comments
 (0)