gitea runner update

This commit is contained in:
Philip Haupt
2026-03-27 21:48:36 +01:00
parent c1fc042514
commit 9676a06fb7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -12,7 +12,7 @@ image:
# -- Specify the image name to use (relative to `image.repository`). # -- Specify the image name to use (relative to `image.repository`).
name: gitea/act_runner name: gitea/act_runner
# -- Overrides the image tag whose default is the chart appVersion. # -- Overrides the image tag whose default is the chart appVersion.
tag: "0.3.0" tag: 0.3.1
# -- Specify the image repository to use. # -- Specify the image repository to use.
repository: docker.io repository: docker.io
# -- Specify the image pull policy. Valid values are `Always`, `Never`, `IfNotPresent`. # -- Specify the image pull policy. Valid values are `Always`, `Never`, `IfNotPresent`.