From 61e91604dad09258baf9dc5a5ebf85ad08a54c37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 04:30:53 +0000 Subject: [PATCH] chore(deps): update helm release aws-load-balancer-controller to v1.8.4 --- manifests/modules/exposing/ingress/.workshop/terraform/vars.tf | 2 +- .../modules/exposing/load-balancer/.workshop/terraform/vars.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/modules/exposing/ingress/.workshop/terraform/vars.tf b/manifests/modules/exposing/ingress/.workshop/terraform/vars.tf index 1d3a23016..d05512745 100644 --- a/manifests/modules/exposing/ingress/.workshop/terraform/vars.tf +++ b/manifests/modules/exposing/ingress/.workshop/terraform/vars.tf @@ -38,6 +38,6 @@ variable "load_balancer_controller_chart_version" { description = "The chart version of aws-load-balancer-controller to use" type = string # renovate-helm: depName=aws-load-balancer-controller - default = "1.8.2" + default = "1.8.4" } diff --git a/manifests/modules/exposing/load-balancer/.workshop/terraform/vars.tf b/manifests/modules/exposing/load-balancer/.workshop/terraform/vars.tf index 1d3a23016..d05512745 100644 --- a/manifests/modules/exposing/load-balancer/.workshop/terraform/vars.tf +++ b/manifests/modules/exposing/load-balancer/.workshop/terraform/vars.tf @@ -38,6 +38,6 @@ variable "load_balancer_controller_chart_version" { description = "The chart version of aws-load-balancer-controller to use" type = string # renovate-helm: depName=aws-load-balancer-controller - default = "1.8.2" + default = "1.8.4" }