From cedb0de87d2e832f7be9ba49960374d73cee9107 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 18 Apr 2024 20:19:48 +0200 Subject: [PATCH] fix(forgejo-runner): update dependencies (kubectl v1.29.4) --- 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 0aa9ce9..9edfe29 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.14 +version: 0.1.15 # renovate: image=code.forgejo.org/forgejo/runner appVersion: "3.4.1" maintainers: diff --git a/forgejo-runner/README.adoc b/forgejo-runner/README.adoc index a1dfa78..c32203d 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.14-informational?style=flat-square[Version: 0.1.14] +image::https://img.shields.io/badge/Version-0.1.15-informational?style=flat-square[Version: 0.1.15] 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] == Maintainers @@ -139,7 +139,7 @@ helm uninstall forgejo-runner-release | kubectl.image.tag | string -| `"1.29.3"` +| `"1.29.4"` | | nameOverride diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index 3a7c8bb..6295ec5 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -36,7 +36,7 @@ kubectl: registry: docker.io repository: bitnami/kubectl pullPolicy: IfNotPresent - tag: 1.29.3 + tag: 1.29.4 serviceAccount: # Specifies whether a service account should be created