Skip to content

Commit

Permalink
update: aws-lb-controller to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroniscode committed Oct 3, 2024
1 parent 8ec4471 commit ccc7581
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/application/aws/lbc/aws_lb_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// GitHub: https://github.com/kubernetes-sigs/aws-load-balancer-controller
// Helm: https://github.com/aws/eks-charts/tree/master/stable/aws-load-balancer-controller
// Repo: https://gallery.ecr.aws/eks/aws-load-balancer-controller
// Version: Latest is v2.8.1 (as of 6/4/24)
// Version: Latest is v2.9.0 (as of 10/2/24)

func NewApp() *application.Application {
options, flags := newOptions()
Expand Down
8 changes: 4 additions & 4 deletions pkg/application/aws/lbc/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ func newOptions() (options *Options, flags cmd.Flags) {
Namespace: "awslb",
ServiceAccount: "aws-load-balancer-controller",
DefaultVersion: &application.LatestPrevious{
LatestChart: "1.8.2",
Latest: "v2.8.2",
PreviousChart: "1.8.1",
Previous: "v2.8.1",
LatestChart: "1.9.0",
Latest: "v2.9.0",
PreviousChart: "1.8.2",
Previous: "v2.8.2",
},
},
DefaultTargetType: "ip",
Expand Down

0 comments on commit ccc7581

Please sign in to comment.