fix(forgejo-runner): update kubectl v1.30.2

This commit is contained in:
WrenIX 2024-06-15 09:05:18 +02:00
parent febc503b39
commit cf979a2de2
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 name: forgejo-runner
description: Deploy runner for an forgejo instance (default codeberg.org) description: Deploy runner for an forgejo instance (default codeberg.org)
type: application type: application
version: 0.2.2 version: 0.2.3
# renovate: image=code.forgejo.org/forgejo/runner # renovate: image=code.forgejo.org/forgejo/runner
appVersion: "3.5.0" appVersion: "3.5.0"
maintainers: maintainers:

View file

@ -2,7 +2,7 @@
= forgejo-runner = forgejo-runner
image::https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square[Version: 0.2.2] image::https://img.shields.io/badge/Version-0.2.3-informational?style=flat-square[Version: 0.2.3]
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
image::https://img.shields.io/badge/AppVersion-3.5.0-informational?style=flat-square[AppVersion: 3.5.0] image::https://img.shields.io/badge/AppVersion-3.5.0-informational?style=flat-square[AppVersion: 3.5.0]
== Maintainers == Maintainers
@ -295,7 +295,7 @@ helm uninstall forgejo-runner-release
| kubectl.image.tag | kubectl.image.tag
| string | string
| `"1.30.1"` | `"1.30.2"`
| |
| nameOverride | nameOverride

View file

@ -147,7 +147,7 @@ kubectl:
registry: docker.io registry: docker.io
repository: bitnami/kubectl repository: bitnami/kubectl
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 1.30.1 tag: 1.30.2
serviceAccount: serviceAccount:
# Specifies whether a service account should be created # Specifies whether a service account should be created