From 118660d881aa25a3e1242e2cf2326457ef95831a Mon Sep 17 00:00:00 2001 From: WrenIX Date: Tue, 6 Feb 2024 15:23:54 +0100 Subject: [PATCH] fix(forgejo-runner): update appVersion --- forgejo-runner/Chart.yaml | 3 ++- forgejo-runner/README.adoc | 6 +++--- forgejo-runner/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index 4fad372..197285f 100644 --- a/forgejo-runner/Chart.yaml +++ b/forgejo-runner/Chart.yaml @@ -2,7 +2,8 @@ apiVersion: v2 name: forgejo-runner description: Deploy runner for an forgejo instance (default codeberg.org) type: application -version: 0.1.5 +version: 0.1.6 +# renovate: image=code.forgejo.org/forgejo/runner appVersion: "3.2.0" maintainers: - name: WrenIX diff --git a/forgejo-runner/README.adoc b/forgejo-runner/README.adoc index 6471c33..d248f90 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.1.5-informational?style=flat-square[Version: 0.1.5] +image::https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square[Version: 0.1.6] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-3.2.0-informational?style=flat-square[AppVersion: 3.2.0] == Maintainers @@ -89,7 +89,7 @@ helm uninstall forgejo-runner-release | dind.image.tag | string -| `"24.0.7-dind"` +| `"25.0.2-dind"` | | fullnameOverride @@ -139,7 +139,7 @@ helm uninstall forgejo-runner-release | kubectl.image.tag | string -| `"1.28.5"` +| `"1.29.1"` | | nameOverride diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index 05428da..481496d 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -30,13 +30,13 @@ dind: registry: docker.io repository: library/docker pullPolicy: IfNotPresent - tag: 24.0.7-dind + tag: 25.0.2-dind kubectl: image: registry: docker.io repository: bitnami/kubectl pullPolicy: IfNotPresent - tag: 1.28.5 + tag: 1.29.1 serviceAccount: # Specifies whether a service account should be created