Skip to content

Commit 2745a71

Browse files
author
Mathieu Benoit
authored
Merge pull request #17 from humanitec-architecture/mathieu-benoit-patch-1
Update main.tf - ingress-nginx 4.10.0
2 parents 1f14918 + 6f07ff6 commit 2745a71

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
@@ -155,7 +155,7 @@ resource "helm_release" "ingress_nginx" {
155155
repository = "https://kubernetes.github.io/ingress-nginx"
156156

157157
chart = "ingress-nginx"
158-
version = "4.8.2"
158+
version = "4.10.0"
159159
wait = true
160160
timeout = 600
161161

0 commit comments

Comments
 (0)