chore(gitea-runners): Updated values for Dind support
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 1m36s

This commit is contained in:
Daniël Groothuis
2025-10-28 17:58:33 +01:00
parent 5e64d08f93
commit 258ba64bcc

View File

@@ -43,7 +43,9 @@ statefulset:
repository: gitea/act_runner
tag: 0.2.13
pullPolicy: IfNotPresent
extraVolumeMounts: []
extraVolumeMounts:
- name: docker-sock
mountPath: /var/run
# See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
config: |
@@ -66,12 +68,17 @@ statefulset:
repository: docker
tag: 28.3.3-dind
pullPolicy: IfNotPresent
extraVolumeMounts: []
extraVolumeMounts:
- name: docker-sock
mountPath: /var/run
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.
# See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456
extraEnvs:
[]
- name: DOCKER_HOST
value: "unix:///var/run/docker.sock"
- name: DOCKER_TLS_CERTDIR
value: ""
# - name: "DOCKER_IPTABLES_LEGACY"
# value: "1"