From e4c3577b2e661e3a4c4303fac4fa945af558443c Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Tue, 11 Jun 2024 22:42:41 +0000 Subject: [PATCH] chore(deps): update helm release flux2 to v2.13.0 --- charts/runtime/Chart.lock | 6 +++--- charts/runtime/Chart.yaml | 2 +- templates/setup/console.tf | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/runtime/Chart.lock b/charts/runtime/Chart.lock index 915fae6..8d67315 100644 --- a/charts/runtime/Chart.lock +++ b/charts/runtime/Chart.lock @@ -16,6 +16,6 @@ dependencies: version: 4.9.1 - name: flux2 repository: https://fluxcd-community.github.io/helm-charts - version: 2.12.4 -digest: sha256:18b6fc902065ac6a51c260f5fa93e297c68ac6566b8788ab8af3ce820e2b1d61 -generated: "2024-06-10T19:53:49.56067096Z" + version: 2.13.0 +digest: sha256:1e7e591ff2b14e988697b2088fb3662f29408a140306ab31bf3ab8119716e6cf +generated: "2024-06-11T22:42:19.993475649Z" diff --git a/charts/runtime/Chart.yaml b/charts/runtime/Chart.yaml index b35d9cc..70f7e5b 100644 --- a/charts/runtime/Chart.yaml +++ b/charts/runtime/Chart.yaml @@ -27,5 +27,5 @@ dependencies: condition: ingress-nginx-private.enabled - name: flux2 repository: https://fluxcd-community.github.io/helm-charts - version: 2.12.4 + version: 2.13.0 condition: flux2.enabled \ No newline at end of file diff --git a/templates/setup/console.tf b/templates/setup/console.tf index 4bed73c..f632d17 100644 --- a/templates/setup/console.tf +++ b/templates/setup/console.tf @@ -44,7 +44,7 @@ resource "helm_release" "flux" { namespace = "flux" chart = "flux2" repository = "https://fluxcd-community.github.io/helm-charts" - version = "2.12.4" + version = "2.13.0" create_namespace = true timeout = 300 wait = false