diff --git a/gitea-act-runner/Chart.yaml b/gitea-act-runner/Chart.yaml index 6ee4b06..cc0440d 100644 --- a/gitea-act-runner/Chart.yaml +++ b/gitea-act-runner/Chart.yaml @@ -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 diff --git a/gitea-act-runner/values.yaml b/gitea-act-runner/values.yaml index 09db888..9823703 100644 --- a/gitea-act-runner/values.yaml +++ b/gitea-act-runner/values.yaml @@ -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.