Skip to content

Commit

Permalink
chore(deps): update helm release ingress-nginx to v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 29, 2024
1 parent 2eb7f86 commit f050e02
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.10.0"
namespace = "ops-ingress-nginx"

atomic = true
Expand Down

0 comments on commit f050e02

Please sign in to comment.