mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat(k3sv2): upgrade flux to v0.31.1
This commit is contained in:
parent
60b159d2c8
commit
72b5422954
2 changed files with 2 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ resource "tls_private_key" "main" {
|
|||
# Flux
|
||||
data "flux_install" "main" {
|
||||
target_path = var.target_path
|
||||
version = "v0.26.0"
|
||||
version = var.flux_version
|
||||
}
|
||||
|
||||
data "flux_sync" "main" {
|
||||
|
|
|
|||
4
main.tf
4
main.tf
|
|
@ -46,9 +46,7 @@ module "k3s_cluster_v2" {
|
|||
branch = "main"
|
||||
repository_visibility = "private"
|
||||
target_path = ""
|
||||
flux_version = "v0.24.0"
|
||||
|
||||
|
||||
flux_version = "v0.31.1"
|
||||
|
||||
providers = {
|
||||
hcloud = hcloud
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue