Skip to content

Commit 38f09f1

Browse files
Update Helm release argo-cd to v10
1 parent 8e92615 commit 38f09f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/aws/eks/argocd.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "helm_release" "argocd" {
77
namespace = "argocd"
88
repository = "https://argoproj.github.io/argo-helm"
99
chart = "argo-cd"
10-
version = "9.3.5"
10+
version = "10.2.2"
1111
create_namespace = true
1212
values = [data.http.argocd_config.response_body]
1313

0 commit comments

Comments
 (0)