Skip to content

Commit 13e0e01

Browse files
authored
update: aws-lb-controller to v2.9.0 (#254)
1 parent 8ec4471 commit 13e0e01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkg/application/aws/lbc/aws_lb_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
// GitHub: https://github.com/kubernetes-sigs/aws-load-balancer-controller
1414
// Helm: https://github.com/aws/eks-charts/tree/master/stable/aws-load-balancer-controller
1515
// Repo: https://gallery.ecr.aws/eks/aws-load-balancer-controller
16-
// Version: Latest is v2.8.1 (as of 6/4/24)
16+
// Version: Latest is v2.9.0 (as of 10/2/24)
1717

1818
func NewApp() *application.Application {
1919
options, flags := newOptions()

pkg/application/aws/lbc/options.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ func newOptions() (options *Options, flags cmd.Flags) {
2323
Namespace: "awslb",
2424
ServiceAccount: "aws-load-balancer-controller",
2525
DefaultVersion: &application.LatestPrevious{
26-
LatestChart: "1.8.2",
27-
Latest: "v2.8.2",
28-
PreviousChart: "1.8.1",
29-
Previous: "v2.8.1",
26+
LatestChart: "1.9.0",
27+
Latest: "v2.9.0",
28+
PreviousChart: "1.8.2",
29+
Previous: "v2.8.2",
3030
},
3131
},
3232
DefaultTargetType: "ip",

0 commit comments

Comments
 (0)