fix image

This commit is contained in:
Nikola Jokic 2026-02-10 17:23:25 +01:00
parent 0d8afd564c
commit 779d1d075f
No known key found for this signature in database
GPG Key ID: 419BB425B0E501B0
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Container spec that is expanded for the runner container
{{ fail "You must provide a runner container specification in values.runner.container" }}
{{- end }}
name: runner
image: {{ .Values.runner.container.image | default "ghcr.io/actions/runner:latest" }}
image: {{ .Values.runner.container.image | default "ghcr.io/actions/actions-runner:latest" }}
command: {{ toJson (default (list "/home/runner/run.sh") .Values.runner.container.command) }}
{{ $tlsEnvItems := include "githubServerTLS.envItems" (dict "root" $ "existingEnv" (.Values.runner.container.env | default list)) }}

View File

@ -50,7 +50,7 @@ tests:
value: runner
- equal:
path: spec.template.spec.containers[0].image
value: ghcr.io/actions/runner:latest
value: ghcr.io/actions/actions-runner:latest
- equal:
path: spec.template.spec.containers[0].command[0]
value: /home/runner/run.sh