From a3b537a5b88413ee7ffaaf2a9bd152ff6b716838 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 18 Sep 2024 12:57:39 +0200 Subject: [PATCH] fix(forgejo-runner): update kubectl and dind --- forgejo-runner/Chart.yaml | 2 +- forgejo-runner/README.adoc | 6 +++--- forgejo-runner/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/forgejo-runner/Chart.yaml b/forgejo-runner/Chart.yaml index d617fd0..a3c5243 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.2.9 +version: 0.2.10 # 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 6c8b312..4b79c1b 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.2.9-informational?style=flat-square[Version: 0.2.9] +image::https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square[Version: 0.2.10] 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 @@ -245,7 +245,7 @@ helm uninstall forgejo-runner-release | dind.image.tag | string -| `"27.2.0-dind"` +| `"27.2.1-dind"` | | fullnameOverride @@ -295,7 +295,7 @@ helm uninstall forgejo-runner-release | kubectl.image.tag | string -| `"1.31.0"` +| `"1.31.1"` | | nameOverride diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index c51cae6..04e4bf7 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -141,13 +141,13 @@ dind: registry: docker.io repository: library/docker pullPolicy: IfNotPresent - tag: 27.2.0-dind + tag: 27.2.1-dind kubectl: image: registry: docker.io repository: bitnami/kubectl pullPolicy: IfNotPresent - tag: 1.31.0 + tag: 1.31.1 serviceAccount: # Specifies whether a service account should be created