From c09f09eb2d7472da0bd491bf898cf8752bbb663c Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 1 Jun 2024 09:03:39 +0000 Subject: [PATCH] chore(deps): update helm release argo-cd to v7.1.0 --- argocd/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index ce4a2e1..c713efe 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -26,5 +26,5 @@ helmCharts: repo: https://argoproj.github.io/argo-helm releaseName: argo-cd namespace: argo-system - version: "7.0.0" + version: "7.1.0" valuesFile: config/values.argo-cd.yaml \ No newline at end of file