Skip to content

Commit 4922066

Browse files
committed
Revert back to prior image and sleep
1 parent 025d998 commit 4922066

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

+1-1
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-202402021944"
47+
default = "gitpod-k3s-202312131438"
4848
}
4949

5050
variable "cert_issuer" {

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

+1-1
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-202402021944"
36+
default = "gitpod-k3s-202312131438"
3737
}
3838

3939
variable "harvester_ingress_ip" {

dev/preview/infrastructure/scripts/bootstrap-k3s.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export INSTALL_K3S_SKIP_DOWNLOAD=true
2424

2525
# Seems like this is a bit flaky now, with k3s not always being ready, and the labeling
2626
# failing occasionally. Sleeping for a bit solves it.
27-
sleep 30
27+
sleep 10
2828

2929
# shellcheck disable=SC2154
3030
# shellcheck disable=SC2086

dev/preview/infrastructure/variables.tf

+1-1
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-202402021944"
38+
default = "gitpod-k3s-202312131438"
3939
}
4040

4141
variable "cert_issuer" {

0 commit comments

Comments
 (0)