Skip to content

Commit

Permalink
upgrade argocd
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Sep 3, 2024
1 parent 76b6e67 commit 84694ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/helm/argocd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ resource "helm_release" "argocd" {
repository = "https://argoproj.github.io/argo-helm"
create_namespace = true
namespace = "argocd"
version = "5.27.1"
version = "7.5.2"
}

0 comments on commit 84694ba

Please sign in to comment.