Skip to content

Commit

Permalink
chore(deps): update helm release ingress-nginx to v4.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 2eb7f86 commit 266143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/modules/ingress-nginx/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "ingress_nginx" {
chart = "ingress-nginx"
name = "ingress-nginx"
repository = "https://kubernetes.github.io/ingress-nginx/"
version = "4.9.0"
version = "4.11.3"
namespace = "ops-ingress-nginx"

atomic = true
Expand Down

0 comments on commit 266143e

Please # to comment.