Skip to content

Commit

Permalink
chore(deps): update helm release aws-load-balancer-controller to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent ea9fe27 commit f1d9c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "helm_release" "alb_ingress" {
namespace = kubernetes_namespace.alb_ingress[0].id
repository = "https://aws.github.io/eks-charts"
chart = "aws-load-balancer-controller"
version = "1.4.2"
version = "1.11.0"
values = [
templatefile("chart-values/alb-ingress.yaml", {
clusterName = data.terraform_remote_state.cluster.outputs.cluster_name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "helm_release" "alb_ingress" {
namespace = kubernetes_namespace.alb_ingress[0].id
repository = "https://aws.github.io/eks-charts"
chart = "aws-load-balancer-controller"
version = "1.4.2"
version = "1.11.0"
values = [
templatefile("chart-values/alb-ingress.yaml", {
clusterName = data.terraform_remote_state.eks-cluster.outputs.cluster_name,
Expand Down

0 comments on commit f1d9c23

Please sign in to comment.