Skip to content

Commit

Permalink
Use custom runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Jan 9, 2024
1 parent 2e1d7fa commit c8b0796
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/apps/actions-runner/runners/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ spec:
minRunners: 1
maxRunners: 3
githubConfigSecret: actions-controller-github-auth
template:
spec:
containers:
- name: runner
image: ghcr.io/onedr0p/actions-runner:2.311.0@sha256:627304509a8cdc2e5a89316a892850a52b101acd84647b2e895a6d7c65f7e5be
command: ["/home/runner/run.sh"]
controllerServiceAccount:
namespace: actions-controller
name: actions-runner-controller-gha-rs-controller

0 comments on commit c8b0796

Please sign in to comment.