Tags: int128/actions-runner-controller
Tags
Fix nil pointer error on received check_run event (actions#331) * Reproduce nil pointer error on received check_run event * Fix nil pointer error on received check_run event
chore: bumping Helm chart version (actions#294) * chore: adding mac rubbish to gitignore * chore: bumping chart version
Add support for enterprise runners (actions#290) * Add support for enterprise runners * update docs
feat/helm: Bump appVersion to 0.6.1 release (actions#272) * feat/helm: Bump appVersion to 0.6.1 release * Also bump chart version to trigger a new chart release Co-authored-by: Yusuke Kuoka <c-ykuoka@zlab.co.jp>
Fix self-update failuers due to /runner/externals mount (actions#253) * Fix self-update failuers due to /runner/externals mount Fixes actions#252 * Tested Self-update Fixes (actions#269) Adding fixes to actions#253 as confirmed and tested in actions#264 (comment) by @jolestar, @achedeuzot and @hfuss 🙇 🍻 Co-authored-by: Hayden Fuss <wifu1234@gmail.com>
Add GitHub Actions to publish helm chart (actions#257) * Add chart workflows (#1) * Add chart workflows * Fix publishing step in CI Signed-off-by: David Young <davidy@funkypenguin.co.nz> * Update CI on push-to-master (#3) * Put helm installation step in the correct CI job Signed-off-by: David Young <davidy@funkypenguin.co.nz> * Put helm installation step in the correct CI job (#4) * Update on-push-master-publish-chart.yml * Remove references to certmanager dependency Signed-off-by: David Young <davidy@funkypenguin.co.nz> * Add ability to customize kube-rbac-proxy image Signed-off-by: David Young <davidy@funkypenguin.co.nz> * Only install cert-manager if we're going to spin up KinD Signed-off-by: David Young <davidy@funkypenguin.co.nz>
Update README for "PercentageRunnersBusy" HRA metric type (actions#237) * adding readme for new hpa scheme * callum's comments Co-authored-by: Zachary Benamram <zacharybenamram@blend.com>
feat: EKS IAM Roles for Service Accounts for Runner Pods (actions#226) One of the pod recreation conditions has been modified to use hash of runner spec, so that the controller does not keep restarting pods mutated by admission webhooks. This naturally allows us, for example, to use IRSA for EKS that requires its admission webhook to mutate the runner pod to have additional, IRSA-related volumes, volume mounts and env. Resolves actions#200
PreviousNext