Skip to content

Commit

Permalink
new chart minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan-moj committed Apr 11, 2022
1 parent f038c6c commit a043fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.0.18"
version = "4.0.19"

values = [templatefile("${path.module}/templates/values.yaml.tpl", {
metrics_namespace = "ingress-controllers"
Expand Down Expand Up @@ -113,4 +113,4 @@ resource "kubernetes_config_map" "modsecurity_nginx_config" {
lifecycle {
ignore_changes = [metadata.0.annotations]
}
}
}

0 comments on commit a043fc6

Please sign in to comment.