Skip to content

Commit

Permalink
Merge pull request #1557 from alphagov/bump-argo-workflow-version
Browse files Browse the repository at this point in the history
Bump Argo Workflows Chart version to 0.45.2
  • Loading branch information
theseanything authored Dec 27, 2024
2 parents e3de8b2 + d27881d commit 1a39c28
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 @@ -184,7 +184,7 @@ resource "helm_release" "argo_workflows" {
namespace = local.services_ns
create_namespace = true
repository = "https://argoproj.github.io/argo-helm"
version = "0.42.7" # TODO: Dependabot or equivalent so this doesn't get neglected.
version = "0.45.2" # TODO: Dependabot or equivalent so this doesn't get neglected.
timeout = var.helm_timeout_seconds
values = [yamlencode({
controller = {
Expand Down

0 comments on commit 1a39c28

Please sign in to comment.