From 165ab28d7175d51ff31f0dec26761596a46510db Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 24 Apr 2025 00:15:16 +0200 Subject: [PATCH] fix(forgejo-runner): update dependencies kubectl --- forgejo-runner/Chart.yaml | 2 +- forgejo-runner/README.md | 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 c0675b0..ab68ea1 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.4.23" +version: "0.4.24" # renovate: image=code.forgejo.org/forgejo/runner appVersion: "6.3.1" maintainers: diff --git a/forgejo-runner/README.md b/forgejo-runner/README.md index a45989e..d122741 100644 --- a/forgejo-runner/README.md +++ b/forgejo-runner/README.md @@ -7,7 +7,7 @@ description: "Deploy runner for an forgejo instance (default codeberg.org)" # forgejo-runner -![Version: 0.4.23](https://img.shields.io/badge/Version-0.4.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.1](https://img.shields.io/badge/AppVersion-6.3.1-informational?style=flat-square) +![Version: 0.4.24](https://img.shields.io/badge/Version-0.4.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.3.1](https://img.shields.io/badge/AppVersion-6.3.1-informational?style=flat-square) Deploy runner for an forgejo instance (default codeberg.org) @@ -138,7 +138,7 @@ helm uninstall forgejo-runner-release | kubectl.image.pullPolicy | string | `"IfNotPresent"` | | | kubectl.image.registry | string | `"docker.io"` | | | kubectl.image.repository | string | `"bitnami/kubectl"` | | -| kubectl.image.tag | string | `"1.32.3"` | | +| kubectl.image.tag | string | `"1.32.4"` | | | nameOverride | string | `""` | | | nodeSelector | object | `{}` | | | podAnnotations | object | `{}` | | diff --git a/forgejo-runner/values.yaml b/forgejo-runner/values.yaml index 4c9c6be..4bc380e 100644 --- a/forgejo-runner/values.yaml +++ b/forgejo-runner/values.yaml @@ -179,7 +179,7 @@ kubectl: registry: docker.io repository: bitnami/kubectl pullPolicy: IfNotPresent - tag: 1.32.3 + tag: 1.32.4 serviceAccount: # Specifies whether a service account should be created