Skip to content

Commit 4ed37f1

Browse files
chore(deps): update helm release aws-load-balancer-controller to v1.13.3 (#1496)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cc25d8 commit 4ed37f1

File tree

3 files changed

+3
-3
lines changed
  • manifests/modules
    • exposing
      • ingress/.workshop/terraform
      • load-balancer/.workshop/terraform
    • observability/resiliency/.workshop/terraform

3 files changed

+3
-3
lines changed

manifests/modules/exposing/ingress/.workshop/terraform/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ variable "load_balancer_controller_chart_version" {
3838
description = "The chart version of aws-load-balancer-controller to use"
3939
type = string
4040
# renovate-helm: depName=aws-load-balancer-controller
41-
default = "1.13.2"
41+
default = "1.13.3"
4242
}
4343

4444
variable "external_dns_chart_version" {

manifests/modules/exposing/load-balancer/.workshop/terraform/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ variable "load_balancer_controller_chart_version" {
3838
description = "The chart version of aws-load-balancer-controller to use"
3939
type = string
4040
# renovate-helm: depName=aws-load-balancer-controller
41-
default = "1.13.2"
41+
default = "1.13.3"
4242
}
4343

manifests/modules/observability/resiliency/.workshop/terraform/vars.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ variable "load_balancer_controller_chart_version" {
3838
description = "The chart version of aws-load-balancer-controller to use"
3939
type = string
4040
# renovate-helm: depName=aws-load-balancer-controller
41-
default = "1.13.2"
41+
default = "1.13.3"
4242
}
4343

4444
# Executable Scripts

0 commit comments

Comments
 (0)