fix(forgejo-runner): update dependencies kubectl

This commit is contained in:
WrenIX 2025-04-24 00:15:16 +02:00
parent d7dfed5ece
commit 165ab28d71
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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 | `{}` | |

View file

@ -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