Skip to content

Commit

Permalink
chore(deps): update helm release ingress-nginx to v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent 0687f9a commit 5f9117d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/azure/nginx_ingress.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ resource "helm_release" "nginx_ingress" {
namespace = kubernetes_namespace.nginx_ingress.id
repository = "https://kubernetes.github.io/ingress-nginx"
chart = "ingress-nginx"
version = "4.6.1"
version = "4.7.1"
atomic = true
reset_values = true
timeout = 900
Expand Down

0 comments on commit 5f9117d

Please sign in to comment.