fix image
This commit is contained in:
parent
0d8afd564c
commit
779d1d075f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue