fix(forgejo-runner): update kubectl to 1.30.3
This commit is contained in:
parent
3fac9855f1
commit
7285edf31c
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: forgejo-runner
|
||||
description: Deploy runner for an forgejo instance (default codeberg.org)
|
||||
type: application
|
||||
version: 0.2.4
|
||||
version: 0.2.5
|
||||
# renovate: image=code.forgejo.org/forgejo/runner
|
||||
appVersion: "3.5.0"
|
||||
maintainers:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
= forgejo-runner
|
||||
|
||||
image::https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square[Version: 0.2.4]
|
||||
image::https://img.shields.io/badge/Version-0.2.5-informational?style=flat-square[Version: 0.2.5]
|
||||
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]
|
||||
== Maintainers
|
||||
|
@ -295,7 +295,7 @@ helm uninstall forgejo-runner-release
|
|||
|
||||
| kubectl.image.tag
|
||||
| string
|
||||
| `"1.30.2"`
|
||||
| `"1.30.3"`
|
||||
|
|
||||
|
||||
| nameOverride
|
||||
|
|
|
@ -147,7 +147,7 @@ kubectl:
|
|||
registry: docker.io
|
||||
repository: bitnami/kubectl
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.30.2
|
||||
tag: 1.30.3
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
|
Loading…
Add table
Reference in a new issue