chore(gitea-runners): Updated values for Dind support
Some checks are pending
Validate K8s manifests / validate-manifests (push) Waiting to run

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

View File

@@ -44,6 +44,11 @@ statefulset:
tag: 0.2.13 tag: 0.2.13
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
extraVolumeMounts: [] extraVolumeMounts: []
extraEnvs:
- name: DOCKER_HOST
value: tcp://localhost:2376
- name: DOCKER_BUILDKIT
value: "1"
# 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: |
@@ -71,7 +76,10 @@ statefulset:
# 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_HOST
value: tcp://localhost:2376
- name: DOCKER_TLS_CERTDIR
value: ""
# - name: "DOCKER_IPTABLES_LEGACY" # - name: "DOCKER_IPTABLES_LEGACY"
# value: "1" # value: "1"