Skip to content

Commit 09810bb

Browse files
Update Helm release argocd-apps to v2
1 parent ae2fc4c commit 09810bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ resource "helm_release" "argocd-apps" {
122122
repository = "https://argoproj.github.io/argo-helm"
123123
chart = "argocd-apps"
124124
namespace = "argocd"
125-
version = "1.6.2"
125+
version = "2.0.2"
126126

127127
values = [
128128
file("argocd/application.yaml")

0 commit comments

Comments
 (0)