diff --git a/terraform/gitops/flux/variables.tf b/terraform/gitops/flux/variables.tf index 8c69879e..7a104fd3 100644 --- a/terraform/gitops/flux/variables.tf +++ b/terraform/gitops/flux/variables.tf @@ -8,7 +8,7 @@ variable "flux_helm_version" { description = "The version of Flux Helm chart to install" type = string # renovate: datasource=helm depName=flux package=flux2 helmRepo=https://fluxcd-community.github.io/helm-charts - default = "2.14.1" + default = "2.15.0" validation { condition = can(regex("^[0-9]+\\.[0-9]+\\.[0-9]+$", var.flux_helm_version))