https://github.com/harness/helm-common
Common templates for Harness helm charts
https://github.com/harness/helm-common
Last synced: 4 months ago
JSON representation
Common templates for Harness helm charts
- Host: GitHub
- URL: https://github.com/harness/helm-common
- Owner: harness
- Created: 2022-08-04T17:26:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-31T18:01:54.000Z (4 months ago)
- Last Synced: 2026-03-31T18:10:06.059Z (4 months ago)
- Language: Go Template
- Size: 657 KB
- Stars: 5
- Watchers: 13
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# helm-common
Library chart used by Harness Helm charts.
- **[KEDA](docs/KEDA.md)** – Event-driven autoscaling (ScaledObject, TriggerAuthentication). ScaledObject sets HPA ownership transfer by default so it can safely coexist with the library HPA.
- **[Testing](docs/TESTING.md)** – How we test the library (template smoke tests + helm-unittest + CI).
## Publish
Bump version of the chart src/Chart.yaml
helm package src -d charts
helm repo index charts