Skip to content

Commit cd061e2

Browse files
chore(deps): update helm release argo-cd to v9
1 parent 2a9cc55 commit cd061e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-infrastructure/terraform/resources/helm-argocd.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ resource "helm_release" "argo-cd" {
99

1010
repository = "https://argoproj.github.io/argo-helm"
1111
namespace = "argocd"
12-
version = "7.6.7"
12+
version = "9.1.3"
1313

1414
values = [
1515
yamlencode({

0 commit comments

Comments
 (0)