Skip to content

Commit dafe3f5

Browse files
authored
Merge pull request #1963 from chkpwd/renovate/aws-load-balancer-controller-1.x
fix(helm): update chart aws-load-balancer-controller ( 1.13.2 → 1.13.3 )
2 parents 880c560 + d25b129 commit dafe3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/kasten/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ resource "helm_release" "aws_lbc" {
150150
repository = "https://aws.github.io/eks-charts"
151151
chart = "aws-load-balancer-controller"
152152
namespace = "kube-system"
153-
version = "1.13.2"
153+
version = "1.13.3"
154154

155155
set = [
156156
{

0 commit comments

Comments
 (0)