Update Terraform flux to v1.7.5

This commit is contained in:
2025-11-26 01:37:12 +00:00
parent 699d9bf18a
commit e521d5b1be

View File

@@ -3,7 +3,7 @@ terraform {
required_providers {
flux = {
source = "fluxcd/flux"
version = "1.5.1"
version = "1.7.5"
}
kubectl = {
source = "gavinbunney/kubectl"