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-subscription | Deployment chart for the NegSoft subscription API workload |
| default | Default chart scaffold from helm create |
| 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.