File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
infrastructure/modules/gce Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ scripts:
33
33
export TF_VAR_preview_name="${TF_VAR_preview_name:-$(previewctl get name)}"
34
34
export TF_VAR_vm_cpu="${TF_VAR_vm_cpu:-6}"
35
35
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}"
37
37
./workflow/preview/deploy-harvester.sh
38
38
39
39
- name : delete-preview
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ variable "harvester_ingress_ip" {
44
44
variable "vm_image" {
45
45
type = string
46
46
description = " The VM image"
47
- default = " gitpod-k3s-202302132222 "
47
+ default = " gitpod-k3s-202304191605 "
48
48
}
49
49
50
50
variable "cert_issuer" {
You can’t perform that action at this time.
0 commit comments