DependencyTrack / helm-charts

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

Support `ingressClassName`, ingress `tls`, and `extraObjects` #23

Closed NissesSenap closed 2 months ago

NissesSenap commented 2 months ago

Solves #20

NissesSenap commented 2 months ago

FYI @nscuro , this is a simplification of https://github.com/DependencyTrack/helm-charts/issues/17. It solves the same issue and I think it will be easier for the community to maintain in the long run, and I still think it's easy enough to use. Especially since it follows how other helm charts normally look.

nscuro commented 2 months ago

Thanks @NissesSenap, really like the simplicity!

Even if we end up adding more options in the future (not sold on that), I think it's great to start with the minimum viable version proposed here.

Do you mind bumping the chart version to 0.2.0?

NissesSenap commented 2 months ago

Ahh, missed that one. Done Do you want me to squash the commits as well @nscuro ?