Skip to content

Commit

Permalink
Update Helm release argo-workflows to v0.45.9
Browse files Browse the repository at this point in the history
  • Loading branch information
govuk-ci committed Mar 4, 2025
1 parent 54fa402 commit a5de10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/deployments/cluster-services/argo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ resource "helm_release" "argo_workflows" {
namespace = local.services_ns
create_namespace = true
repository = "https://argoproj.github.io/argo-helm"
version = "0.45.8" # TODO: Dependabot or equivalent so this doesn't get neglected.
version = "0.45.9" # TODO: Dependabot or equivalent so this doesn't get neglected.
timeout = var.helm_timeout_seconds
values = [yamlencode({
controller = {
Expand Down

0 comments on commit a5de10c

Please sign in to comment.