fix(forgejo-runner): update kubectl to v1.30.1
This commit is contained in:
parent
5824e79b1b
commit
ca7a2185ad
3 changed files with 4 additions and 4 deletions
|
@ -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.1.18
|
version: 0.1.19
|
||||||
# renovate: image=code.forgejo.org/forgejo/runner
|
# renovate: image=code.forgejo.org/forgejo/runner
|
||||||
appVersion: "3.4.1"
|
appVersion: "3.4.1"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= forgejo-runner
|
= forgejo-runner
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square[Version: 0.1.18]
|
image::https://img.shields.io/badge/Version-0.1.19-informational?style=flat-square[Version: 0.1.19]
|
||||||
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.4.1-informational?style=flat-square[AppVersion: 3.4.1]
|
image::https://img.shields.io/badge/AppVersion-3.4.1-informational?style=flat-square[AppVersion: 3.4.1]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -139,7 +139,7 @@ helm uninstall forgejo-runner-release
|
||||||
|
|
||||||
| kubectl.image.tag
|
| kubectl.image.tag
|
||||||
| string
|
| string
|
||||||
| `"1.30.0"`
|
| `"1.30.1"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| nameOverride
|
| nameOverride
|
||||||
|
|
|
@ -36,7 +36,7 @@ kubectl:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/kubectl
|
repository: bitnami/kubectl
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.30.0
|
tag: 1.30.1
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
# Specifies whether a service account should be created
|
# Specifies whether a service account should be created
|
||||||
|
|
Loading…
Add table
Reference in a new issue