When referencing PREvant's own middleware in the Traefik Ingress Routes that are created for the services in the applications, these middlewares have to be copied into the target namespace. Otherwise, Traefik won't be able to find them because since version 2.4.10 middleware referencing is only allowed within the same namespace.
When referencing PREvant's own middleware in the Traefik Ingress Routes that are created for the services in the applications, these middlewares have to be copied into the target namespace. Otherwise, Traefik won't be able to find them because since version 2.4.10 middleware referencing is only allowed within the same namespace.
Fixes #164
This PR also updates most dependencies.