exportarr
exportarr copied to clipboard
Kustomize
Description of the change
Creates separate folders for each exporter, and instructions to install via Kustomize. Where possible, images are referenced by major version tag (v1
) to minimize the need to update these.
Ideally in the future we find a way to tie the git tags to their respective image versions in the same commit.
Benefits
Possible drawbacks
Applicable issues
- fixes #184
Additional information
I think we should move the actual manifests / kustomize to a folder outside examples, e.g. ./deploy/kustomize
this way we can also have a ./deploy/helm
if that time ever comes.
I've let this get pretty out of date at this point :-/ Will close this for now, and open an new PR when I'm ready to look at this again.
No worries, adding kustomize / helm charts kind of puts more of a maintenance burden on us when the majority of people just use the app-template helm chart anyways.