From 51d732b8f83722eb673fb6c248552b84ef951209 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:41:09 +0000 Subject: [PATCH] Update Helm release flux to v2.14.1 --- terraform/gitops/flux/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/gitops/flux/variables.tf b/terraform/gitops/flux/variables.tf index 4276d8a3..9e9cf6ab 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.0" + default = "2.14.1" validation { condition = can(regex("^[0-9]+\\.[0-9]+\\.[0-9]+$", var.flux_helm_version))