Compare commits

..

1 Commits

Author SHA1 Message Date
526c1866be Update Terraform flux to v1.8.0 2026-02-25 01:40:14 +00:00

View File

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