Skip to content

Commit ac12fb2

Browse files
authored
Merge pull request #1536 from kube-hetzner/fix-kube-to-1.30
Kube to 1.30
2 parents 6a33ac9 + 8797346 commit ac12fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ variable "enable_metrics_server" {
542542

543543
variable "initial_k3s_channel" {
544544
type = string
545-
default = "stable" # Please update kube.tf.example too when changing this variable
545+
default = "v1.30" # Please update kube.tf.example too when changing this variable
546546
description = "Allows you to specify an initial k3s channel."
547547

548548
validation {

0 commit comments

Comments
 (0)