Skip to content

Commit

Permalink
Bump argocd helm chart to 6.6.0 with ArgoCD 2.10.2 (#3)
Browse files Browse the repository at this point in the history
* Bump ArgoCD helm chart to 6.6.0 (Argo CD version 2.10.2)

Signed-off-by: Carlos Santana <csantana23@gmail.com>

---------

Signed-off-by: Carlos Santana <csantana23@gmail.com>
  • Loading branch information
csantanapr committed Mar 4, 2024
1 parent 7744123 commit 33c09eb
Showing 1 changed file with 1 addition and 1 deletion.
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, "6.5.0")
version = try(var.argocd.chart_version, "6.6.0")
repository = try(var.argocd.repository, "https://argoproj.github.io/argo-helm")
values = try(var.argocd.values, [])

Expand Down

0 comments on commit 33c09eb

Please sign in to comment.