Skip to content

Commit

Permalink
chore(deps): update helm release ingress-nginx to v4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent 4be41be commit e60c3e2
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.8.0"
version = "4.8.2"
namespace = "ops-ingress-nginx"

atomic = true
Expand Down

0 comments on commit e60c3e2

Please sign in to comment.