Skip to content

Commit 8140cbe

Browse files
Update Helm release argo-cd to v8.0.4 (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10993e1 commit 8140cbe

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 = "8.0.3"
114+
version = "8.0.4"
115115
create_namespace = true
116116

117117
}

0 commit comments

Comments
 (0)