Skip to content

Commit 4d0e830

Browse files
committed
update argocd helm chart for bootstrap 5.45.0
Signed-off-by: Carlos Santana <csantana23@gmail.com>
1 parent 4babc5f commit 4d0e830

File tree

1 file changed

+1
-1
lines changed
  • argocd/iac/terraform/modules/gitops-bridge-bootstrap

1 file changed

+1
-1
lines changed

argocd/iac/terraform/modules/gitops-bridge-bootstrap/main.tf

Lines changed: 1 addition & 1 deletion
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.43.4")
14+
version = try(var.argocd.chart_version, "5.45.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)