Skip to content

Commit a164d85

Browse files
Update Helm release argo-cd to v7.9.0 (#133)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f23772f commit a164d85

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.8.28"
114+
version = "7.9.0"
115115
create_namespace = true
116116

117117
}

0 commit comments

Comments
 (0)