From fd6d4942b51fe3c8e1027669ff55b09a16642303 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 04:20:20 +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..feec3c6a 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.3.1 values: - values.yaml