fix(goharbor): Fix HTTP 405 erros
This patch resolves the HTTP 405 errors that goharbor returns in some cases, when HEAD requests hit the registry endpoints. This broke the SBOM feature. As it turns out, it's a problem with ingress-nginx's default backend and can easily be resolved by disabling custom-error pages using an annotation. References: https://github.com/goharbor/harbor-helm/issues/1492#issuecomment-1537241525
Loading