diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index 6fdb620..b212194 100644 --- a/forgejo-runner/Chart.yaml +++ b/forgejo-runner/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: forgejo-runner description: Deploy runner for an forgejo instance (default codeberg.org) type: application -version: 0.2.1 +version: 0.2.2 # renovate: image=code.forgejo.org/forgejo/runner -appVersion: "3.4.1" +appVersion: "3.5.0" maintainers: - name: WrenIX url: https://wrenix.eu diff --git a/forgejo-runner/README.adoc b/forgejo-runner/README.adoc index ca69134..739b89e 100644 --- a/forgejo-runner/README.adoc +++ b/forgejo-runner/README.adoc @@ -2,9 +2,9 @@ = forgejo-runner -image::https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square[Version: 0.2.1] +image::https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square[Version: 0.2.2] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] -image::https://img.shields.io/badge/AppVersion-3.4.1-informational?style=flat-square[AppVersion: 3.4.1] +image::https://img.shields.io/badge/AppVersion-3.5.0-informational?style=flat-square[AppVersion: 3.5.0] == Maintainers .Maintainers diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index 79e7f99..0bf657b 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -89,7 +89,7 @@ runner: # The URL should generally end with "/". # @section -- Configuration yaml of runner (see: https://code.forgejo.org/forgejo/runner/src/branch/main/internal/pkg/config/config.example.yaml) external_server: "" - + container: # -- Specifies the network to which the container will connect. # Could be host, bridge or the name of a custom network. diff --git a/publish.sh b/publish.sh index b94a30e..b42943b 100755 --- a/publish.sh +++ b/publish.sh @@ -14,7 +14,6 @@ ct lint # || exit 1 for p in * ; do if \ [ ! -d $p ] || \ - [ "$p" == "matrix-authentication-service" ] || \ [ ! -f $p/Chart.yaml ] \ ; then continue