Skip to content

Commit 9814f35

Browse files
committedFeb 23, 2025
Update Flux version to v2.5.0
1 parent 7de8557 commit 9814f35

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
 

‎terraform/flux/main.tf

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,5 @@ provider "flux" {
1717

1818
resource "flux_bootstrap_git" "flux" {
1919
path = "kubernetes/cluster/production"
20-
version = "v2.4.0"
21-
22-
lifecycle {
23-
ignore_changes = all
24-
}
20+
version = "v2.5.0"
2521
}

‎terraform/proxmox/windows.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
33
node_name = "pve2"
44
vm_id = 250
55
tags = ["tofu"]
6-
started = false
6+
started = true
77
bios = "ovmf"
88
machine = "pc-q35-9.0"
99

0 commit comments

Comments
 (0)
Please sign in to comment.