Skip to content

Commit 1489755

Browse files
chore(deps): update helm release aws-load-balancer-controller to v1.9.2
1 parent 72cddd0 commit 1489755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ resource "helm_release" "aws-load-balancer-controller" {
5050
namespace = "kube-system"
5151
repository = "https://aws.github.io/eks-charts"
5252
chart = "aws-load-balancer-controller"
53-
version = "1.6.2"
53+
version = "1.9.2"
5454
#This defaults to false, recreation is required when upgrading the module from version 2.1 and lower
5555
force_update = var.force_update
5656

0 commit comments

Comments
 (0)