Update Terraform flux to v1.1.1 #14

Merged
kjuulh merged 1 commits from renovate/all into main 2023-09-19 16:01:21 +02:00
Showing only changes of commit 4b49d50a25 - Show all commits

View File

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