Helm Charts for Spacebird Utilities
Find a file
2025-12-25 01:50:52 +00:00
.github add sealed-secrets-metadata-webhook ci 2025-11-02 23:37:57 +01:00
charts paperless: Update chart version to 1.1.0 (#119) 2025-12-21 16:46:10 +01:00
tests paperless: remove bitnami redis/DB (#115) 2025-09-28 13:46:43 +02:00
util paperless: remove bitnami redis/DB (#115) 2025-09-28 13:46:43 +02:00
.gitignore initial commit 2023-09-06 02:55:07 +02:00
.pre-commit-config.yaml chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v6 (#109) 2025-09-28 16:17:08 +02:00
LICENSE Initial commit 2023-09-05 23:26:46 +02:00
Makefile paperless: remove bitnami redis/DB (#115) 2025-09-28 13:46:43 +02:00
README.md use helm-docs for doc generation (#21) 2024-07-14 19:51:00 +02:00
requirements.in add pre-commit to requirements 2024-07-14 21:50:40 +02:00
requirements.txt chore(deps): update dependency nodeenv to v1.10.0 2025-12-25 01:50:52 +00:00

charts

Helm Charts for Spacebird projects, as well as other applications.

Please see the individual chart directories for installation instructions.

To add this chart repository to your helm configuration, run:

helm repo add spacebird https://charts.spacebird.dev

Contributing

Contributions to these charts are always welcome! For small bugfixes or other additions, feel free to open a PR directly! For larger changes, you may first want to open an issue for comments.

After making changes to a chart, please regenerate the docs by running make docs in the chart directory. This requires docker. You can also use a manual install of helm-docs, see the Makefile for the required command.