From f9ef285b852a16ce695b60e8a95ba2a193c86def Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 01:09:33 +0000 Subject: [PATCH] chore(deps): update helm release argo-cd to v6 --- k8s/charts/argo-cd/helmfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/charts/argo-cd/helmfile.yaml b/k8s/charts/argo-cd/helmfile.yaml index fd7e81cf..930a698c 100644 --- a/k8s/charts/argo-cd/helmfile.yaml +++ b/k8s/charts/argo-cd/helmfile.yaml @@ -5,6 +5,6 @@ releases: - name: argo-cd namespace: argocd chart: argo/argo-cd - version: 5.42.3 + version: 6.2.0 values: - values.yaml