gitea runner update
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user