Skip to content

Commit bb37b29

Browse files
Merge pull request #26 from humanitec-architecture/mathieu-benoit-patch-3
Update ingress.tf - ingress-nginx: 4.12.1
2 parents dcc6db5 + f1af344 commit bb37b29

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)