Updated ArgoCD and docs

This commit is contained in:
Max Pfeiffer
2025-11-09 08:57:19 +01:00
parent 6a5c87b263
commit 052554ddf1
3 changed files with 7 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ resource "helm_release" "argocd" {
namespace = "argocd"
create_namespace = true
chart = "argo-cd"
version = "8.3.1"
version = "9.1.0"
repository = "https://argoproj.github.io/argo-helm"
timeout = 120
set = [