Skip to content

Commit

Permalink
chore(deps): update helm release aws-load-balancer-controller to v1.4…
Browse files Browse the repository at this point in the history
….8 (#16)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 24, 2023
1 parent be676c9 commit 82248c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ resource "helm_release" "aws-load-balancer-controller" {
namespace = "kube-system"
repository = "https://aws.github.io/eks-charts"
chart = "aws-load-balancer-controller"
version = "1.4.5"
version = "1.4.8"
# appVersion: v2.4.1
#This defaults to false, recreation is required when upgrading the module from version 2.1 and lower
force_update = var.force_update
Expand Down

0 comments on commit 82248c4

Please sign in to comment.