Self-Hosted Kubernetes Runner for GitHub Actions
⚠️ This project is no longer maintained. Alternate solutions can be found here.
This chart is not hosted anywhere currently. To install the chart, you must
download this repository and unpack it into a directory.
To install the chart with the release name my-release
:
$ helm install my-release ./chart
$ helm delete my-release
Parameter | Description | Default |
---|---|---|
resources |
CPU/Memory resource requests/limits. | {} |
repositoryOwner |
Owner of the repository. | "" |
repository |
Repository name. | "" |
personalAccessToken |
GitHub Personal Access Token. | "" |
image |
Image. | mpriscella/k8s-actions:latest |