Update Terraform flux to v1.7.6

This commit is contained in:
2025-11-28 01:37:45 +00:00
parent 699d9bf18a
commit 9a34c79a31

View File

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