Skip to content

Commit

Permalink
ingress-nginx 4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Jul 24, 2024
1 parent 7199fad commit d898093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gke/helm_ingress.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "helm_release" "ingress_nginx" {
namespace = kubernetes_namespace.ingress_nginx.metadata.0.name
repository = "https://kubernetes.github.io/ingress-nginx"
chart = "ingress-nginx"
version = "4.11.0"
version = "4.11.1"
wait = true
timeout = 300

Expand Down

0 comments on commit d898093

Please sign in to comment.