Skip to content

Commit

Permalink
Merge pull request #1536 from kube-hetzner/fix-kube-to-1.30
Browse files Browse the repository at this point in the history
Kube to 1.30
  • Loading branch information
mysticaltech authored Nov 8, 2024
2 parents 6a33ac9 + 8797346 commit ac12fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ variable "enable_metrics_server" {

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

validation {
Expand Down

0 comments on commit ac12fb2

Please sign in to comment.