DependencyTrack / helm-charts

Helm Charts for Dependency-Track
https://dependencytrack.org
Apache License 2.0
18 stars 17 forks source link

Add registry override to apiServer and frontend #110

Closed davidr-bgp closed 1 month ago

davidr-bgp commented 1 month ago

Allow the common image registry to be overridden.

Because of the use of internal CAs, I need to rebuild the api server image. Thus, it ends up in a different registry than the frontend image (which I don’t need to touch).

This PR enables the image registry to be changed for the api server and frontend independently and keeps the registry set in .Values.common.image.registry as default.

Known limitations: Someone else might find it useful to also define per image pull secrets. I did not implement this, because I don’t have a good way to test it.

nscuro commented 1 month ago

@davidr-bgp Thanks for the PR! Do you mind signing off your commits so the DCO check passes?