Skip to content

Commit d25b129

Browse files
fix(helm): update chart aws-load-balancer-controller ( 1.13.2 → 1.13.3 )
| datasource | package | from | to | | ---------- | ---------------------------- | ------ | ------ | | helm | aws-load-balancer-controller | 1.13.2 | 1.13.3 |
1 parent c518f86 commit d25b129

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)