mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Upgrade ArgoCD
This commit is contained in:
parent
ef99f6015c
commit
4c8412affe
@ -11,7 +11,7 @@ resource "helm_release" "argocd" {
|
||||
name = "argocd"
|
||||
repository = "https://argoproj.github.io/argo-helm"
|
||||
chart = "argo-cd"
|
||||
version = "3.1.2"
|
||||
version = "3.6.8"
|
||||
namespace = "argocd"
|
||||
create_namespace = true
|
||||
wait = true
|
||||
|
Loading…
Reference in New Issue
Block a user