Skip to content

Commit

Permalink
Update Helm release to 4.5.2
Browse files Browse the repository at this point in the history
ingress-nginx v1.6.4, nginx v1.21.6
  • Loading branch information
sj-williams committed Jul 4, 2023
1 parent 4d3b6ce commit 06380c0
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.1.4"
version = "4.5.2"

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

0 comments on commit 06380c0

Please sign in to comment.