Skip to content

Commit

Permalink
[preview] use k3s 1.26 (gitpod-io#18521)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylos101 authored Aug 22, 2023
1 parent f2cb656 commit 35f98d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -44,7 +44,7 @@ variable "harvester_ingress_ip" {
variable "vm_image" {
type = string
description = "The VM image"
default = "gitpod-k3s-202308150341"
default = "gitpod-k3s-202308221555"
}

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

variable "harvester_ingress_ip" {
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 @@ -35,7 +35,7 @@ variable "vm_type" {
variable "vm_image" {
type = string
description = "The VM image"
default = "gitpod-k3s-202308150341"
default = "gitpod-k3s-202308221555"
}

variable "cert_issuer" {
Expand Down

0 comments on commit 35f98d9

Please sign in to comment.