mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-03-28 17:48:00 +08:00
fix image
This commit is contained in:
@@ -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)) }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user