We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53b58ac + a0236f8 commit b822dd5Copy full SHA for b822dd5
modules/gke/helm_ingress.tf
@@ -4,7 +4,7 @@ resource "helm_release" "ingress_nginx" {
4
create_namespace = true
5
repository = "https://kubernetes.github.io/ingress-nginx"
6
chart = "ingress-nginx"
7
- version = "4.10.1"
+ version = "4.11.2"
8
wait = true
9
timeout = 300
10
0 commit comments