Helm charts maintained by enthus GmbH, published via GitHub Pages.
Add the Helm repository:
helm repo add enthus https://enthus-appdev.github.io/helm-charts
helm repo updateSearch available charts:
helm search repo enthusInstall a chart:
helm install my-release enthus/<chart-name>| Chart | Description |
|---|---|
| api-deployment | Deployment chart for the NegSoft API service |
| api-job-cronjob | Reusable CronJob chart for the NegSoft job service (scheduled tasks) |
| api-manager-deployment | Deployment chart for the NegSoft manager (cross-service orchestration) service |
| api-notification-deployment | Deployment chart for the NegSoft notification WebSocket service |
| api-portal-deployment | Deployment chart for the NegSoft Portal (customer-facing) API service |
| api-subscription | Deployment chart for the NegSoft subscription API workload |
| default | Default chart scaffold from helm create |
| entpdf | PDF/A-3 converter for ZUGFeRD/Factur-X e-invoices (PDF2PDFA replacement) |
| negsoft-operator | Kubernetes operator for managing NegSoft user subscriptions |
| nexus | Internal admin UI for database operations, configuration, and cross-environment replication |
| pim-cronjob | Reusable Kubernetes CronJob chart for Product Information Management (PIM) workloads — importers, exporters, and generators |
Charts are linted on every push and pull request. Release tarballs are published automatically via chart-releaser-action when version bumps are merged into main.