Update Terraform flux to v1.5.0 #22

Merged
kjuulh merged 1 commits from renovate/all into main 2025-02-21 02:51:59 +01:00
Showing only changes of commit 5bf1e8b1c0 - Show all commits

View File

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