From 566d70c60e620adc5f7e1cf844bf57921c32b098 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 21 Mar 2024 15:04:15 +0100 Subject: [PATCH] fix(forgejo-runner): update appVersion --- forgejo-runner/Chart.yaml | 2 +- forgejo-runner/README.adoc | 4 ++-- forgejo-runner/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index 6de5bf8..d083d7a 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.1.11 +version: 0.1.12 # renovate: image=code.forgejo.org/forgejo/runner appVersion: "3.3.0" maintainers: diff --git a/forgejo-runner/README.adoc b/forgejo-runner/README.adoc index 8a8a838..4215371 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.11-informational?style=flat-square[Version: 0.1.11] +image::https://img.shields.io/badge/Version-0.1.12-informational?style=flat-square[Version: 0.1.12] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square[AppVersion: 3.3.0] == Maintainers @@ -89,7 +89,7 @@ helm uninstall forgejo-runner-release | dind.image.tag | string -| `"25.0.4-dind"` +| `"26.0.0-dind"` | | fullnameOverride diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index 1578556..0b83d88 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -30,7 +30,7 @@ dind: registry: docker.io repository: library/docker pullPolicy: IfNotPresent - tag: 25.0.4-dind + tag: 26.0.0-dind kubectl: image: registry: docker.io