We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e757ce commit 5c0b8fdCopy full SHA for 5c0b8fd
modules/gke/helm_ingress.tf
@@ -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
-
4
resource "helm_release" "ingress_nginx" {
5
name = "ingress-nginx"
6
namespace = "ingress-nginx"
7
create_namespace = true
8
repository = "https://kubernetes.github.io/ingress-nginx"
9
chart = "ingress-nginx"
10
- version = "4.10.0"
+ version = "4.10.1"
11
wait = true
12
timeout = 300
13
0 commit comments