We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c2a44 commit 7744123Copy full SHA for 7744123
main.tf
@@ -11,7 +11,7 @@ resource "helm_release" "argocd" {
11
namespace = try(var.argocd.namespace, "argocd")
12
create_namespace = try(var.argocd.create_namespace, true)
13
chart = try(var.argocd.chart, "argo-cd")
14
- version = try(var.argocd.chart_version, "5.51.6")
+ version = try(var.argocd.chart_version, "6.5.0")
15
repository = try(var.argocd.repository, "https://argoproj.github.io/argo-helm")
16
values = try(var.argocd.values, [])
17
0 commit comments