An open API service indexing awesome lists of open source software.

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

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