File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ locals {
4747# GitOps Bridge: Bootstrap
4848################################################################################
4949module "gitops_bridge_bootstrap" {
50- source = "github.com/ gitops-bridge-dev/gitops-bridge-argocd-bootstrap-terraform?ref=v2.0.0 "
50+ source = "gitops-bridge-dev/gitops-bridge/helm "
5151
5252 cluster = {
5353 cluster_name = local.name
Original file line number Diff line number Diff 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.45.0 " )
14+ version = try (var. argocd . chart_version , " 5.51.6 " )
1515 repository = try (var. argocd . repository , " https://argoproj.github.io/argo-helm" )
1616 values = try (var. argocd . values , [])
1717
You can’t perform that action at this time.
0 commit comments