Skip to content

Commit

Permalink
Merge pull request #1 from gitops-bridge-dev/update-12-15
Browse files Browse the repository at this point in the history
update argocd helm chart to 5.51.6
  • Loading branch information
csantanapr committed Dec 16, 2023
2 parents 729396d + 39856f6 commit 61c2a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ locals {
# GitOps Bridge: Bootstrap
################################################################################
module "gitops_bridge_bootstrap" {
source = "github.com/gitops-bridge-dev/gitops-bridge-argocd-bootstrap-terraform?ref=v2.0.0"
source = "gitops-bridge-dev/gitops-bridge/helm"
cluster = {
cluster_name = local.name
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "helm_release" "argocd" {
namespace = try(var.argocd.namespace, "argocd")
create_namespace = try(var.argocd.create_namespace, true)
chart = try(var.argocd.chart, "argo-cd")
version = try(var.argocd.chart_version, "5.45.0")
version = try(var.argocd.chart_version, "5.51.6")
repository = try(var.argocd.repository, "https://argoproj.github.io/argo-helm")
values = try(var.argocd.values, [])

Expand Down

0 comments on commit 61c2a44

Please sign in to comment.