Skip to content

Commit

Permalink
Update helm_ingress.tf - 4.10.1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Jun 21, 2024
1 parent 8e757ce commit 5c0b8fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/gke/helm_ingress.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Current issue with Autopilot: https://github.com/kubernetes/ingress-nginx/issues/10326
# But after ~4min the Deployment will be successfully created, so not a blocker.

resource "helm_release" "ingress_nginx" {
name = "ingress-nginx"
namespace = "ingress-nginx"
create_namespace = true
repository = "https://kubernetes.github.io/ingress-nginx"
chart = "ingress-nginx"
version = "4.10.0"
version = "4.10.1"
wait = true
timeout = 300

Expand Down

0 comments on commit 5c0b8fd

Please sign in to comment.