feat(k3sv2): upgrade flux to v0.31.1

This commit is contained in:
Julian Tölle 2022-06-19 14:04:18 +02:00
parent 60b159d2c8
commit 72b5422954
2 changed files with 2 additions and 4 deletions

View file

@ -23,7 +23,7 @@ resource "tls_private_key" "main" {
# Flux # Flux
data "flux_install" "main" { data "flux_install" "main" {
target_path = var.target_path target_path = var.target_path
version = "v0.26.0" version = var.flux_version
} }
data "flux_sync" "main" { data "flux_sync" "main" {

View file

@ -46,9 +46,7 @@ module "k3s_cluster_v2" {
branch = "main" branch = "main"
repository_visibility = "private" repository_visibility = "private"
target_path = "" target_path = ""
flux_version = "v0.24.0" flux_version = "v0.31.1"
providers = { providers = {
hcloud = hcloud hcloud = hcloud