Skip to content

Commit 5e78e1d

Browse files
chore(deps): update helm release argo-cd to v9
1 parent b7ca745 commit 5e78e1d

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.2"
1313

1414
values = [
1515
yamlencode({

0 commit comments

Comments
 (0)