Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some people at Wiz wrote a great post about this: https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities
Ingress Nginx version update (and other packages)
Ingress Nginx
> helm -n ingress-nginx list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION ingress-nginx ingress-nginx 10 2025-03-26 10:57:17.291342 -0400 EDT deployed ingress-nginx-4.11.5 1.11.5
Cert Manager
> helm -n cert-manager list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION cert-manager cert-manager 9 2025-03-26 10:58:38.865938 -0400 EDT deployed cert-manager-v1.17.1 v1.17.1
New Relic
> helm -n newrelic list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION newrelic-bundle newrelic 9 2025-03-26 10:59:56.140238 -0400 EDT deployed nri-bundle-5.0.117
Ensure the admission webhook endpoint is not exposed externally
Traffic Stops svc is of type ClusterIP. ClusterIP services are only accessible from within the cluster, you cannot directly curl it from outside. More on that here.
Closes: