diff --git a/gitea-act-runner/Chart.yaml b/gitea-act-runner/Chart.yaml index 90b4ba6..7869a58 100644 --- a/gitea-act-runner/Chart.yaml +++ b/gitea-act-runner/Chart.yaml @@ -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" diff --git a/gitea-act-runner/values.yaml b/gitea-act-runner/values.yaml index 9f09f8f..8e7771e 100644 --- a/gitea-act-runner/values.yaml +++ b/gitea-act-runner/values.yaml @@ -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).