gitea-act-runner: bump to v0.1.8-14-gb21d476, helm chart v0.1.1
This commit is contained in:
parent
65c9af1f88
commit
5b6043237d
@ -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"
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user