diff --git a/osdc/modules/arc-runners/kubernetes/hooks-warmer.yaml b/osdc/modules/arc-runners/kubernetes/hooks-warmer.yaml index 3cb2ae74..0c11f544 100644 --- a/osdc/modules/arc-runners/kubernetes/hooks-warmer.yaml +++ b/osdc/modules/arc-runners/kubernetes/hooks-warmer.yaml @@ -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 @@ -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"