diff --git a/manifests/artemis/gitea-runners/values.yaml b/manifests/artemis/gitea-runners/values.yaml index 9b34a85..17fa5aa 100644 --- a/manifests/artemis/gitea-runners/values.yaml +++ b/manifests/artemis/gitea-runners/values.yaml @@ -37,18 +37,13 @@ statefulset: nodeSelector: {} tolerations: [] affinity: {} - extraVolumes: - - name: docker-sock - emptyDir: {} + extraVolumes: [] actRunner: repository: gitea/act_runner tag: 0.2.13 pullPolicy: IfNotPresent - extraVolumeMounts: - - name: docker-sock - mountPath: /var/run - readOnly: false + extraVolumeMounts: [] # See full example here: https://gitea.com/gitea/act_runner/src/branch/main/internal/pkg/config/config.example.yaml config: | @@ -66,29 +61,18 @@ statefulset: privileged: true require_docker: true docker_timeout: 300s - envs: - - name: DOCKER_TLS_CERTDIR - value: "" dind: repository: docker tag: 28.3.3-dind pullPolicy: IfNotPresent - extraVolumeMounts: - - name: docker-sock - mountPath: /var/run - readOnly: false + extraVolumeMounts: [] # 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_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" persistence: