Skip to content

Commit

Permalink
Fix runner template
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz committed Jan 9, 2024
1 parent 563b9c9 commit 796001b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions kubernetes/apps/actions-runner/runners/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
spec:
initContainers:
- name: init-dind-externals
image: ghcr.io/actions/actions-runner:latest
image: ghcr.io/immich-app/actions-runner:main
command: ["cp"]
args: ["-r", "-v", "/home/runner/externals/.", "/home/runner/tmpDir/"]
volumeMounts:
Expand All @@ -48,6 +48,8 @@ spec:
env:
- name: DOCKER_HOST
value: unix:///run/docker/docker.sock
- name: RUNNER_WAIT_FOR_DOCKER_IN_SECONDS
value: '120'
volumeMounts:
- name: work
mountPath: /home/runner/_work
Expand All @@ -60,11 +62,6 @@ spec:
- dockerd
- --host=unix:///run/docker/docker.sock
- --group=$(DOCKER_GROUP_GID)
resources:
requests:
memory: 4Gi
limits:
memory: 16Gi
env:
- name: DOCKER_GROUP_GID
value: "123"
Expand Down

0 comments on commit 796001b

Please sign in to comment.