gitea-act-runner: bump to v0.2.11, helm chart v0.1.12
This commit is contained in:
@ -32,7 +32,7 @@ spec:
|
||||
- name: {{ .Chart.Name }}-runner
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||
image: "{{ .Values.image.runner.repository }}:{{ .Values.image.runner.tag | default .Chart.AppVersion }}"
|
||||
command: ["/bin/sh"]
|
||||
args: ["-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- /opt/act/run.sh"]
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
@ -81,7 +81,7 @@ spec:
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
- name: {{ .Chart.Name }}-daemon
|
||||
image: docker:23.0.6-dind
|
||||
image: "{{ .Values.image.daemon.repository }}:{{ .Values.image.daemon.tag | default .Chart.AppVersion }}"
|
||||
env:
|
||||
- name: DOCKER_TLS_CERTDIR
|
||||
value: /certs
|
||||
|
Reference in New Issue
Block a user