Helm Charts for Spacebird Utilities
  • Smarty 54.9%
  • Python 35.8%
  • Shell 4.8%
  • Makefile 4.5%
Find a file
2026-02-23 01:36:56 +00:00
.github add sealed-secrets-metadata-webhook ci 2025-11-02 23:37:57 +01:00
charts chore(deps): update helm release gotenberg to v1.17.0 (#136) 2026-02-21 04:26:20 +00: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 filelock to v3.24.3 2026-02-23 01:36:56 +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.