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:
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
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ variable "harvester_ingress_ip" {
4444variable "vm_image" {
4545 type = string
4646 description = " The VM image"
47- default = " gitpod-k3s-202302132222 "
47+ default = " gitpod-k3s-202304191605 "
4848}
4949
5050variable "cert_issuer" {
You can’t perform that action at this time.
0 commit comments