Skip to content

Commit 7350d13

Browse files
chore(deps): update helm release argo-cd to v7.9.1
1 parent 8cf16f0 commit 7350d13

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 = "7.9.1"
1313

1414
values = [
1515
yamlencode({

0 commit comments

Comments
 (0)