evryfs / helm-charts

OpenSourced Helm charts
Apache License 2.0
49 stars 75 forks source link

fix(image-pull-secrets): use bitnami common helpers for image pull secrets #191

Open ChocPanda opened 2 years ago

ChocPanda commented 2 years ago

Fix #183

the conflict between postgres and dependency track image pull secrets mean you can't use private repositories for both postgres and dependency track images. This standardises to bitnami approach

BREAKING CHANGE:

re: #183

ChocPanda commented 2 years ago

Hey @davidkarlsen, do you have time to take a look at this?