Scalr / agent-helm

Helm chart to install "scalr-agent" for connecting self-hosted runners and VCS to Scalr TACO
https://scalr.github.io/agent-helm/
5 stars 5 forks source link

Scalr Agent Helm Charts

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add scalr-agent-helm https://scalr.github.io/agent-helm/

You can then run helm search repo scalr-agent-helm to see the charts.

Releasing

Bump the version in Chart.yaml, commit and push.

Warning do not create a tag yourself!

GitHub Action release workflow will then using Helm chart releaser

Note there might be a slight delay between the release and the index.yaml update, as GitHub pages have to be re-deployed.

Development installation

TODO