From 8147d8e29774e90d1ce0d1b428552a19776bee5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:17:36 +0000 Subject: [PATCH] chore(deps): update helm release argo-cd to v7.6.1 --- 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..64fb535 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.1" wait = true max_history = 2