From dab0340c685ebdc625b95678bc5a1f2d705f0570 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 11:17:03 +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..91cc491b 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.11.1 values: - values.yaml