https://github.com/enthus-appdev/helm-charts
Helm charts for deploying enthus services to Kubernetes
https://github.com/enthus-appdev/helm-charts
deployment helm helm-chart helm-charts k8s kubernetes
Last synced: about 1 month ago
JSON representation
Helm charts for deploying enthus services to Kubernetes
- Host: GitHub
- URL: https://github.com/enthus-appdev/helm-charts
- Owner: enthus-appdev
- License: apache-2.0
- Created: 2024-08-26T13:32:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-11T17:53:18.000Z (about 1 month ago)
- Last Synced: 2026-04-11T18:24:17.809Z (about 1 month ago)
- Topics: deployment, helm, helm-chart, helm-charts, k8s, kubernetes
- Language: Go Template
- Homepage: https://enthus-appdev.github.io/helm-charts/
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# enthus Helm Charts
Helm charts maintained by enthus GmbH, published via GitHub Pages.
## Usage
Add the Helm repository:
```shell
helm repo add enthus https://enthus-appdev.github.io/helm-charts
helm repo update
```
Search available charts:
```shell
helm search repo enthus
```
Install a chart:
```shell
helm install my-release enthus/
```
## Available charts
| Chart | Description |
|---|---|
| [api-deployment](charts/api-deployment) | Deployment chart for the NegSoft API service |
| [api-subscription](charts/api-subscription) | Deployment chart for the NegSoft subscription API workload |
| [default](charts/default) | Default chart scaffold from `helm create` |
| [negsoft-operator](charts/negsoft-operator) | Kubernetes operator for managing NegSoft user subscriptions |
| [nexus](charts/nexus) | Internal admin UI for database operations, configuration, and cross-environment replication |
| [pim-cronjob](charts/pim-cronjob) | Reusable Kubernetes CronJob chart for Product Information Management (PIM) workloads — importers, exporters, and generators |
## Contributing
Charts are linted on every push and pull request. Release tarballs are published automatically via [chart-releaser-action](https://github.com/helm/chart-releaser-action) when version bumps are merged into `main`.