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
|
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.4.2"
|
version: "0.4.3"
|
||||||
# renovate: image=code.forgejo.org/forgejo/runner
|
# renovate: image=code.forgejo.org/forgejo/runner
|
||||||
appVersion: "5.0.2"
|
appVersion: "5.0.2"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= forgejo-runner
|
= 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/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]
|
image::https://img.shields.io/badge/AppVersion-5.0.2-informational?style=flat-square[AppVersion: 5.0.2]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -313,7 +313,7 @@ helm uninstall forgejo-runner-release
|
||||||
|
|
||||||
| kubectl.image.tag
|
| kubectl.image.tag
|
||||||
| string
|
| string
|
||||||
| `"1.31.2"`
|
| `"1.31.3"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| nameOverride
|
| nameOverride
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "Deploy runner for an forgejo instance (default codeberg.org)"
|
||||||
|
|
||||||
# forgejo-runner
|
# forgejo-runner
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
Deploy runner for an forgejo instance (default codeberg.org)
|
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.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| kubectl.image.registry | string | `"docker.io"` | |
|
| kubectl.image.registry | string | `"docker.io"` | |
|
||||||
| kubectl.image.repository | string | `"bitnami/kubectl"` | |
|
| kubectl.image.repository | string | `"bitnami/kubectl"` | |
|
||||||
| kubectl.image.tag | string | `"1.31.2"` | |
|
| kubectl.image.tag | string | `"1.31.3"` | |
|
||||||
| nameOverride | string | `""` | |
|
| nameOverride | string | `""` | |
|
||||||
| nodeSelector | object | `{}` | |
|
| nodeSelector | object | `{}` | |
|
||||||
| podAnnotations | object | `{}` | |
|
| podAnnotations | object | `{}` | |
|
||||||
|
|
|
@ -150,7 +150,7 @@ kubectl:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/kubectl
|
repository: bitnami/kubectl
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.31.2
|
tag: 1.31.3
|
||||||
|
|
||||||
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