Skip to content

Commit 33c09eb

Browse files
authored
Bump argocd helm chart to 6.6.0 with ArgoCD 2.10.2 (#3)
* Bump ArgoCD helm chart to 6.6.0 (Argo CD version 2.10.2) Signed-off-by: Carlos Santana <[email protected]> --------- Signed-off-by: Carlos Santana <[email protected]>
1 parent 7744123 commit 33c09eb

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, "6.5.0")
14+
version = try(var.argocd.chart_version, "6.6.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)