Skip to content

Commit

Permalink
update chart (#38)
Browse files Browse the repository at this point in the history
* update chart

* disable chroot
  • Loading branch information
razvan-moj authored May 25, 2022
1 parent 45ea951 commit dd90003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0"
version = "4.1.2"

values = [templatefile("${path.module}/templates/values.yaml.tpl", {
metrics_namespace = "ingress-controllers"
Expand Down
2 changes: 1 addition & 1 deletion templates/values.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nameOverride: ${name_override}
controller:
image:
chroot: true
chroot: false
replicaCount: ${replica_count}

%{ if enable_modsec ~}
Expand Down

0 comments on commit dd90003

Please sign in to comment.