gitea-act-runner: bump to v0.2.6, helm chart v0.1.8

This commit is contained in:
ace 2023-10-02 20:07:50 +03:00
parent f64206fd04
commit ac9f4c56dc
Signed by: ace
GPG Key ID: 2C08973DD37A76FD
2 changed files with 2 additions and 3 deletions

View File

@ -15,7 +15,7 @@ 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.7
version: 0.1.8
# 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

View File

@ -77,8 +77,7 @@ configAsCode:
# If you want to allow any volume, please use the following configuration:
# valid_volumes:
# - '**'
valid_volumes:
- /data/containers
valid_volumes: []
# overrides the docker client host with the specified one.
# If it's empty, act_runner will find an available docker host automatically.
# If it's "-", act_runner will find an available docker host automatically, but the docker host won't be mounted to the job containers and service containers.