This commit is contained in:
Philip Haupt
2025-10-18 16:39:28 +02:00
parent 95ab4cf555
commit c4e72ba3cb
2 changed files with 27 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ image:
# -- Specify the image name to use (relative to `image.repository`).
name: gitea/act_runner
# -- Overrides the image tag whose default is the chart appVersion.
tag: "0.2.11"
tag: "0.2.13"
# -- Specify the image repository to use.
repository: docker.io
# -- Specify the image pull policy. Valid values are `Always`, `Never`, `IfNotPresent`.
@@ -32,7 +32,7 @@ runner:
# Docker in Docker configuration for running Docker commands inside the runner.
dockerDind:
# -- Enable Docker in Docker with root user.
enabled: false
enabled: true
# -- Docker DinD image repository and tag.
image: docker:23.0.6-dind