Skip to content

Commit 7744123

Browse files
authored
Bump ArgoCD helm chart to 6.5.0 (Argo CD version 2.10.1) (#2)
Signed-off-by: Saverio Proto <[email protected]>
1 parent 61c2a44 commit 7744123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resource "helm_release" "argocd" {
1111
namespace = try(var.argocd.namespace, "argocd")
1212
create_namespace = try(var.argocd.create_namespace, true)
1313
chart = try(var.argocd.chart, "argo-cd")
14-
version = try(var.argocd.chart_version, "5.51.6")
14+
version = try(var.argocd.chart_version, "6.5.0")
1515
repository = try(var.argocd.repository, "https://argoproj.github.io/argo-helm")
1616
values = try(var.argocd.values, [])
1717

0 commit comments

Comments
 (0)