Skip to content

Commit

Permalink
Merge pull request #44 from moksongmin/upgrade-argocd
Browse files Browse the repository at this point in the history
Upgrade ArgoCD to the latest version
  • Loading branch information
moksongmin authored Jan 23, 2024
2 parents 2166913 + 32727be commit 17dec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eks-addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module "eks-blueprints-addons" {

argocd = {
name = "argocd"
chart_version = "5.29.1"
chart_version = "5.53.0"
repository = "https://argoproj.github.io/argo-helm"
namespace = "argocd"
values = [templatefile("${path.module}/templates/argocd-helm-values.yaml", {})]
Expand Down

0 comments on commit 17dec50

Please sign in to comment.