chore(gitea-runners): Updated values for Dind support
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 1m36s
Some checks failed
Validate K8s manifests / validate-manifests (push) Failing after 1m36s
This commit is contained in:
@@ -43,7 +43,9 @@ statefulset:
|
|||||||
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
|
||||||
|
|
||||||
# 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,12 +68,17 @@ statefulset:
|
|||||||
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
|
||||||
|
|
||||||
# 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: "unix:///var/run/docker.sock"
|
||||||
|
- name: DOCKER_TLS_CERTDIR
|
||||||
|
value: ""
|
||||||
# - name: "DOCKER_IPTABLES_LEGACY"
|
# - name: "DOCKER_IPTABLES_LEGACY"
|
||||||
# value: "1"
|
# value: "1"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user