fix(forgejo-runner): update kubectl to v1.31.3
This commit is contained in:
parent
aba9ed1241
commit
0d4554f545
4 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: forgejo-runner
|
||||
description: Deploy runner for an forgejo instance (default codeberg.org)
|
||||
type: application
|
||||
version: "0.4.2"
|
||||
version: "0.4.3"
|
||||
# renovate: image=code.forgejo.org/forgejo/runner
|
||||
appVersion: "5.0.2"
|
||||
maintainers:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
= forgejo-runner
|
||||
|
||||
image::https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square[Version: 0.4.2]
|
||||
image::https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square[Version: 0.4.3]
|
||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||
image::https://img.shields.io/badge/AppVersion-5.0.2-informational?style=flat-square[AppVersion: 5.0.2]
|
||||
== Maintainers
|
||||
|
@ -313,7 +313,7 @@ helm uninstall forgejo-runner-release
|
|||
|
||||
| kubectl.image.tag
|
||||
| string
|
||||
| `"1.31.2"`
|
||||
| `"1.31.3"`
|
||||
|
|
||||
|
||||
| nameOverride
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Deploy runner for an forgejo instance (default codeberg.org)"
|
|||
|
||||
# forgejo-runner
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Deploy runner for an forgejo instance (default codeberg.org)
|
||||
|
||||
|
@ -130,7 +130,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.31.2"` | |
|
||||
| kubectl.image.tag | string | `"1.31.3"` | |
|
||||
| nameOverride | string | `""` | |
|
||||
| nodeSelector | object | `{}` | |
|
||||
| podAnnotations | object | `{}` | |
|
||||
|
|
|
@ -150,7 +150,7 @@ kubectl:
|
|||
registry: docker.io
|
||||
repository: bitnami/kubectl
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.31.2
|
||||
tag: 1.31.3
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
|
Loading…
Add table
Reference in a new issue