fix(forgejo-runner): update kubectl to v1.31.3

This commit is contained in:
WrenIX 2024-11-21 16:41:46 +01:00
parent aba9ed1241
commit 0d4554f545
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
4 changed files with 6 additions and 6 deletions

View file

@ -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:

View file

@ -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

View file

@ -7,7 +7,7 @@ description: "Deploy runner for an forgejo instance (default codeberg.org)"
# forgejo-runner
![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.2](https://img.shields.io/badge/AppVersion-5.0.2-informational?style=flat-square)
![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.2](https://img.shields.io/badge/AppVersion-5.0.2-informational?style=flat-square)
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 | `{}` | |

View file

@ -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