Skip to content

Commit f205568

Browse files
authored
Merge pull request #135 from piomin/renovate/argo-cd-8.x
Update Helm release argo-cd to v8
2 parents 9723dd0 + 25c8a75 commit f205568

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
@@ -111,7 +111,7 @@ resource "helm_release" "argocd" {
111111
repository = "https://argoproj.github.io/argo-helm"
112112
chart = "argo-cd"
113113
namespace = "argocd"
114-
version = "7.9.1"
114+
version = "8.0.0"
115115
create_namespace = true
116116

117117
}

0 commit comments

Comments
 (0)