From 7a8b73e35a1eb4556cfe59a216f8e76b2b95f0db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:46:07 +0000 Subject: [PATCH] chore(deps): update helm release argo-cd to v7.6.5 --- 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..4e8cc22 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.5" wait = true max_history = 2