diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index 17dc7be..5b97763 100644 --- a/forgejo-runner/Chart.yaml +++ b/forgejo-runner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: forgejo-runner description: Deploy runner for an forgejo instance (default codeberg.org) type: application -version: 0.3.0 +version: 0.3.1 # renovate: image=code.forgejo.org/forgejo/runner appVersion: "3.5.1" maintainers: diff --git a/forgejo-runner/README.adoc b/forgejo-runner/README.adoc index 9d1ef98..cf13474 100644 --- a/forgejo-runner/README.adoc +++ b/forgejo-runner/README.adoc @@ -2,7 +2,7 @@ = forgejo-runner -image::https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square[Version: 0.3.0] +image::https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square[Version: 0.3.1] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-3.5.1-informational?style=flat-square[AppVersion: 3.5.1] == Maintainers @@ -305,7 +305,7 @@ helm uninstall forgejo-runner-release | kubectl.image.tag | string -| `"1.31.1"` +| `"1.31.2"` | | nameOverride diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index b541353..bb065f2 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -147,7 +147,7 @@ kubectl: registry: docker.io repository: bitnami/kubectl pullPolicy: IfNotPresent - tag: 1.31.1 + tag: 1.31.2 serviceAccount: # Specifies whether a service account should be created