Skip to content

Commit 2e07121

Browse files
committed
Update Helm release argo-cd to v9.5.12
1 parent 5d33b2b commit 2e07121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • terraform/deployments/cluster-services

terraform/deployments/cluster-services/argo.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ resource "helm_release" "argo_cd" {
6969
namespace = local.services_ns
7070
create_namespace = true
7171
repository = "https://argoproj.github.io/argo-helm"
72-
version = "9.5.11"
72+
version = "9.5.12"
7373
timeout = var.helm_timeout_seconds
7474
values = [yamlencode({
7575
global = {

0 commit comments

Comments
 (0)