gitea-runner update

This commit is contained in:
Philip Haupt
2026-02-21 13:57:28 +01:00
parent 6d267bf406
commit 8c4a4ed15e
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ spec:
name: gitea-runner
- name: CONFIG_FILE
value: /config/config.yaml
image: docker.io/gitea/act_runner:0.2.13-dind
image: docker.io/gitea/act_runner:0.3.0-dind
imagePullPolicy: IfNotPresent
name: act-runner
securityContext:

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.13"
tag: "0.3.0"
# -- Specify the image repository to use.
repository: docker.io
# -- Specify the image pull policy. Valid values are `Always`, `Never`, `IfNotPresent`.