gitea-act-runner: bump to v0.1.8-14-gb21d476, helm chart v0.1.1

This commit is contained in:
ace
2023-06-11 22:03:07 +03:00
parent 65c9af1f88
commit 5b6043237d
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ image:
repository: gitea/act_runner
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.1.8"
tag: "nightly@sha256:dc9b694d9479c39fdd4891976d37a7d6cd1b5f55b08fcdce933b59ab1ed99654"
imagePullSecrets: []
nameOverride: ""
@ -60,7 +60,7 @@ configAsCode:
port: 0
container:
# Which network to use for the job containers. Could be bridge, host, none, or the name of a custom network.
network_mode: bridge
network: host
# Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker).
privileged: true
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).