Skip to content

Commit

Permalink
Upgrade ingress to latest chart version
Browse files Browse the repository at this point in the history
This version got fix for this:
kubernetes/ingress-nginx#7546
  • Loading branch information
vijay-veeranki committed Mar 11, 2022
1 parent e09ad34 commit e8d35de
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 @@ -42,7 +42,7 @@ resource "helm_release" "nginx_ingress" {
chart = "ingress-nginx"
namespace = "ingress-controllers"
repository = "https://kubernetes.github.io/ingress-nginx"
version = "4.0.17"
version = "4.0.18"

values = [templatefile("${path.module}/templates/values.yaml.tpl", {
metrics_namespace = "ingress-controllers"
Expand Down

0 comments on commit e8d35de

Please sign in to comment.