From fc0ea4ab058d1e0c5aeec752e769673e443ccdc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 01:03:21 +0000 Subject: [PATCH] chore(deps): update helm release argo-cd to v7.6.4 --- modules/training-cluster/argocd.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/training-cluster/argocd.tf b/modules/training-cluster/argocd.tf index b965aa8..3e1e799 100644 --- a/modules/training-cluster/argocd.tf +++ b/modules/training-cluster/argocd.tf @@ -29,7 +29,7 @@ resource "helm_release" "argocd" { repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" namespace = kubernetes_namespace.argocd.metadata.0.name - version = "7.5.2" + version = "7.6.4" wait = true max_history = 2