Skip to content

Commit 5c0b8fd

Browse files
Update helm_ingress.tf - 4.10.1 (#27)
1 parent 8e757ce commit 5c0b8fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/gke/helm_ingress.tf

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# Current issue with Autopilot: https://github.com/kubernetes/ingress-nginx/issues/10326
2-
# But after ~4min the Deployment will be successfully created, so not a blocker.
3-
41
resource "helm_release" "ingress_nginx" {
52
name = "ingress-nginx"
63
namespace = "ingress-nginx"
74
create_namespace = true
85
repository = "https://kubernetes.github.io/ingress-nginx"
96
chart = "ingress-nginx"
10-
version = "4.10.0"
7+
version = "4.10.1"
118
wait = true
129
timeout = 300
1310

0 commit comments

Comments
 (0)