Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.35 KB

File metadata and controls

34 lines (23 loc) · 1.35 KB

container-startup-autoscaler

A Helm chart for container-startup-autoscaler (CSA).

Versioning

To promote immutability, a new version of the chart is produced for each new version of CSA. The CSA version that each chart version ships is specified within the appVersion key of Chart.yaml. If you're looking for a specific version of CSA, appVersion is included within the output of helm search repo (or see CHANGELOG.md)

Chart versions are maintained separately to CSA versions; the chart version does not indicate CSA version.

Repository

To add the chart repository, use:

helm repo add container-startup-autoscaler https://ExpediaGroup.github.io/container-startup-autoscaler

To locally update versions of the chart, use:

helm repo update container-startup-autoscaler

To view available versions of the chart, use:

helm search repo -l container-startup-autoscaler

Configuration

See values.yaml for a commented list of all configuration items.

Tests

Chart tests are implemented using helm-unittest - see the tests directory. Unit tests can be run by executing make test-run-helm from the CSA root directory.

Requirements