chore(gitea-runners): Updated values for Dind support
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 2m54s

This commit is contained in:
Daniël Groothuis
2025-10-28 18:16:31 +01:00
parent 8fa081ad5a
commit 8a7008aca6

View File

@@ -37,18 +37,13 @@ statefulset:
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
affinity: {} affinity: {}
extraVolumes: extraVolumes: []
- name: docker-sock
emptyDir: {}
actRunner: actRunner:
repository: gitea/act_runner repository: gitea/act_runner
tag: 0.2.13 tag: 0.2.13
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
extraVolumeMounts: extraVolumeMounts: []
- name: docker-sock
mountPath: /var/run
readOnly: false
# See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml # See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml
config: | config: |
@@ -66,28 +61,17 @@ statefulset:
privileged: true privileged: true
require_docker: true require_docker: true
docker_timeout: 300s docker_timeout: 300s
envs:
- name: DOCKER_TLS_CERTDIR
value: ""
dind: dind:
repository: docker repository: docker
tag: 28.3.3-dind tag: 28.3.3-dind
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
extraVolumeMounts: extraVolumeMounts: []
- name: docker-sock
mountPath: /var/run
readOnly: false
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable. # 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 # See https://github.com/docker-library/docker/issues/463#issuecomment-1881909456
extraEnvs: extraEnvs:
- name: DOCKER_TLS_CERTDIR []
value: ""
- name: DOCKER_HOST
value: "unix:///var/run/docker.sock"
- name: DOCKERD_ARGS
value: "--host=unix:///var/run/docker.sock --iptables=true"
# - name: "DOCKER_IPTABLES_LEGACY" # - name: "DOCKER_IPTABLES_LEGACY"
# value: "1" # value: "1"