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