Skip to content

Commit 403c7a9

Browse files
Update Helm release argo-cd to v8.6.3 (#181)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 048f641 commit 403c7a9

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.1"
116+
version = "8.6.3"
117117
create_namespace = true
118118

119119
}

0 commit comments

Comments
 (0)