diff --git a/aws-load-balancer-controller.yaml b/aws-load-balancer-controller.yaml index 47b4570e919..2ab3b56f9b8 100644 --- a/aws-load-balancer-controller.yaml +++ b/aws-load-balancer-controller.yaml @@ -1,7 +1,7 @@ package: name: aws-load-balancer-controller - version: 2.5.3 - epoch: 1 + version: 2.5.4 + epoch: 0 description: A Kubernetes controller for Elastic Load Balancers copyright: - license: Apache-2.0 @@ -20,7 +20,7 @@ pipeline: with: repository: https://github.com/kubernetes-sigs/aws-load-balancer-controller tag: v${{package.version}} - expected-commit: 940efc72f5e8245b7374fc8d6094e758f26d8593 + expected-commit: fd1bbbbfad42fc1b05fc71027242e2fcc4496c44 - runs: | # https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/main/Dockerfile#L18-L27