Skip to content

Commit ed673bc

Browse files
Update Helm release argo-cd to v9.5.3
1 parent 8655a75 commit ed673bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "9.3.4"
12+
version = "9.5.3"
1313

1414
values = [
1515
yamlencode({

0 commit comments

Comments
 (0)