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
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
2 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.8"
appVersion: "0.1.8-14-gb21d476"

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).