Skip to content

Commit 5026f01

Browse files
author
Mathieu Benoit
authored
Merge pull request #20 from humanitec-architecture/mathieu-benoit-patch-1
Update helm_ingress.tf - ingress-nginx 4.10.0
2 parents de0e325 + 5ba4f8d commit 5026f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gke/helm_ingress.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "helm_release" "ingress_nginx" {
77
create_namespace = true
88
repository = "https://kubernetes.github.io/ingress-nginx"
99
chart = "ingress-nginx"
10-
version = "4.8.2"
10+
version = "4.10.0"
1111
wait = true
1212
timeout = 300
1313

0 commit comments

Comments
 (0)