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 Dec 30, 2024
1 parent 8f22e6f commit 169b536
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 169b536

Please sign in to comment.