Skip to content

Commit 93a8fac

Browse files
committed
[preview] update the VM image to have parity with production
This: 1. updates from K3s 1.23 to 1.26 2. requires that we remove PodSecurityPolicy changes (as it's no longer supported) 3. resolves intermittent disk pressure issues
1 parent 87f9193 commit 93a8fac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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" {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ variable "ssh_key" {
3333
variable "vm_image" {
3434
type = string
3535
description = "The VM image"
36-
default = "gitpod-k3s-202209251218"
36+
default = "gitpod-k3s-202304191605"
3737
}
3838

3939
variable "harvester_ingress_ip" {

dev/preview/infrastructure/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ variable "vm_type" {
3535
variable "vm_image" {
3636
type = string
3737
description = "The VM image"
38-
default = "gitpod-k3s-202209251218"
38+
default = "gitpod-k3s-202304191605"
3939
}
4040

4141
variable "cert_issuer" {

0 commit comments

Comments
 (0)