gitea-act-runner: bump to 0.2.12, helm chart 0.1.13

This commit is contained in:
ace
2025-07-25 15:19:07 +03:00
parent f3dea682a5
commit af164c5630
3 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
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"]
args: ["-c", "while ! nc -z localhost 2376 </dev/null; do echo 'waiting for docker daemon...'; sleep 5; done; /sbin/tini -- /usr/local/bin/run.sh"]
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: DOCKER_HOST