Skip to content

Commit f1af344

Browse files
author
Mathieu Benoit
authored
Update ingress.tf - ingress-nginx: 4.12.1
1 parent dcc6db5 commit f1af344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/base/ingress.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resource "helm_release" "ingress_nginx" {
1515
repository = "https://kubernetes.github.io/ingress-nginx"
1616

1717
chart = "ingress-nginx"
18-
version = "4.11.2"
18+
version = "4.12.1"
1919
wait = true
2020
timeout = 600
2121

0 commit comments

Comments
 (0)