Skip to content

Commit

Permalink
chore: 🤖 update helm release to CRS 3.3.5 build for modsec
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-williams committed Oct 30, 2024
1 parent 536bd32 commit bfeddee
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 @@ -47,7 +47,7 @@ resource "helm_release" "nginx_ingress" {
namespace = "ingress-controllers"
repository = "https://kubernetes.github.io/ingress-nginx"
timeout = 600
version = "4.10.4"
version = "4.10.1"

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

0 comments on commit bfeddee

Please sign in to comment.