Update Flux version to v2.5.0

This commit is contained in:
Matt Reeves 2025-02-23 03:46:39 -05:00
parent 7de8557229
commit 9814f35403
2 changed files with 2 additions and 6 deletions
terraform

View file

@ -17,9 +17,5 @@ provider "flux" {
resource "flux_bootstrap_git" "flux" {
path = "kubernetes/cluster/production"
version = "v2.4.0"
lifecycle {
ignore_changes = all
}
version = "v2.5.0"
}

View file

@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
node_name = "pve2"
vm_id = 250
tags = ["tofu"]
started = false
started = true
bios = "ovmf"
machine = "pc-q35-9.0"