Skip to content

Commit

Permalink
chore(deps): update helm release ingress-nginx to v4.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 8408ef4 commit 87a8b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2712,7 +2712,7 @@ module "ingress_nginx" {
namespace = try(var.ingress_nginx.namespace, "ingress-nginx")
create_namespace = try(var.ingress_nginx.create_namespace, true)
chart = try(var.ingress_nginx.chart, "ingress-nginx")
chart_version = try(var.ingress_nginx.chart_version, "4.10.0")
chart_version = try(var.ingress_nginx.chart_version, "4.11.3")
repository = try(var.ingress_nginx.repository, "https://kubernetes.github.io/ingress-nginx")
values = try(var.ingress_nginx.values, [])

Expand Down

0 comments on commit 87a8b47

Please sign in to comment.