Skip to content

Commit

Permalink
Update k3s to gen 106 (#19004)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandajavarma authored Nov 7, 2023
1 parent fe784f7 commit 6c0bb90
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-202309220725"
default = "gitpod-k3s-202311030912"
}

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-202309220725"
default = "gitpod-k3s-202311030912"
}

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-202309220725"
default = "gitpod-k3s-202311030912"
}

variable "cert_issuer" {
Expand Down

0 comments on commit 6c0bb90

Please sign in to comment.