From bbc54c0866453986a92e98e66a7dc7ca8b743c81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:46:15 +0000 Subject: [PATCH] chore(deps): update helm release aws-load-balancer-controller to v1.9.0 --- 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..8d76620b6 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.9.0" } diff --git a/manifests/modules/exposing/load-balancer/.workshop/terraform/vars.tf b/manifests/modules/exposing/load-balancer/.workshop/terraform/vars.tf index 1d3a23016..8d76620b6 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.9.0" }