Skip to content

Commit

Permalink
Merge pull request #64 from ministryofjustice/bump-helm-4.5.2
Browse files Browse the repository at this point in the history
Update Helm release to 4.5.2
  • Loading branch information
sj-williams authored Jul 11, 2023
2 parents 4d3b6ce + 06380c0 commit d14ef16
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 d14ef16

Please sign in to comment.