From c489b55f6397323a148984995b39f9b9d943816b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 13:04:08 +0000 Subject: [PATCH] chore(deps): update helm release flux to v2.16.2 --- kustomize/telemetry/resources/prometheus/flux/helm-release.yaml | 2 +- terraform/gitops/flux/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kustomize/telemetry/resources/prometheus/flux/helm-release.yaml b/kustomize/telemetry/resources/prometheus/flux/helm-release.yaml index af5b1627..29a281fd 100644 --- a/kustomize/telemetry/resources/prometheus/flux/helm-release.yaml +++ b/kustomize/telemetry/resources/prometheus/flux/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: chart: flux2 # renovate: datasource=helm depName=flux package=flux2 helmRepo=https://fluxcd-community.github.io/helm-charts - version: 2.16.1 + version: 2.16.2 sourceRef: kind: HelmRepository name: fluxcd-community diff --git a/terraform/gitops/flux/variables.tf b/terraform/gitops/flux/variables.tf index db192393..0edbbf3f 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.16.1" + default = "2.16.2" validation { condition = can(regex("^[0-9]+\\.[0-9]+\\.[0-9]+$", var.flux_helm_version))