Skip to content

Commit 34f5f56

Browse files
Update Helm release argo-cd to v9
1 parent c9c48d2 commit 34f5f56

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
@@ -113,7 +113,7 @@ resource "helm_release" "argocd" {
113113
repository = "https://argoproj.github.io/argo-helm"
114114
chart = "argo-cd"
115115
namespace = "argocd"
116-
version = "8.6.4"
116+
version = "9.0.6"
117117
create_namespace = true
118118

119119
}

0 commit comments

Comments
 (0)