Skip to content

Commit 1aa3bca

Browse files
Merge pull request #30 from humanitec-architecture/mathieu-benoit-patch-1
Update main.tf - ingress-nginx 4.11.2
2 parents e32bbaa + 350ca52 commit 1aa3bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/base/main.tf

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

173173
chart = "ingress-nginx"
174-
version = "4.10.1"
174+
version = "4.11.2"
175175
wait = true
176176
timeout = 600
177177

0 commit comments

Comments
 (0)