Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions osdc/modules/arc-runners/kubernetes/hooks-warmer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Downloads the patched runner-container-hooks zip once per node to NVMe,
# so runner pods can mount it read-only without per-pod downloads.
#
# See: https://github.com/jeanschmidt/runner-container-hooks/releases/tag/v0.8.14
# See: https://github.com/malfet/runner-container-hooks/releases/tag/v0.8.14
# Remove this when upstream merges the fixes into actions/runner-container-hooks
apiVersion: apps/v1
kind: DaemonSet
Expand Down Expand Up @@ -61,8 +61,8 @@ spec:
- -c
- |
set -eu
HOOKS_VERSION="0.8.14"
HOOKS_URL="https://github.com/jeanschmidt/runner-container-hooks/releases/download/v${HOOKS_VERSION}/actions-runner-hooks-k8s-${HOOKS_VERSION}.zip"
HOOKS_VERSION="0.8.15"
HOOKS_URL="https://github.com/malfet/runner-container-hooks/releases/download/v${HOOKS_VERSION}/actions-runner-hooks-k8s-${HOOKS_VERSION}.zip"
DEST="/mnt/runner-container-hooks"
MARKER="$DEST/.version"

Expand Down
Loading