Skip to content

Commit

Permalink
Update Helm release argocd-apps to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 23, 2024
1 parent dbe9008 commit 0b22f59
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 @@ -122,7 +122,7 @@ resource "helm_release" "argocd-apps" {
repository = "https://argoproj.github.io/argo-helm"
chart = "argocd-apps"
namespace = "argocd"
version = "1.6.2"
version = "2.0.0"

values = [
file("argocd/application.yaml")
Expand Down

0 comments on commit 0b22f59

Please sign in to comment.