Skip to content

Commit 45545ce

Browse files
Merge pull request #20 from humanitec-architecture/mathieu-benoit-patch-2
Update ingress.tf - ingress-nginx 4.11.2
2 parents c559966 + ca9f99b commit 45545ce

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.10.1"
18+
version = "4.11.2"
1919
wait = true
2020
timeout = 600
2121

0 commit comments

Comments
 (0)