fix(forgejo-runner): updates dependency kubectl
This commit is contained in:
parent
82dff2e8b3
commit
08c0fd4f27
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.4.19"
|
||||
version: "0.4.20"
|
||||
# renovate: image=code.forgejo.org/forgejo/runner
|
||||
appVersion: "6.2.2"
|
||||
maintainers:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
@ -138,7 +138,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.32.2"` | |
|
||||
| kubectl.image.tag | string | `"1.32.3"` | |
|
||||
| nameOverride | string | `""` | |
|
||||
| nodeSelector | object | `{}` | |
|
||||
| podAnnotations | object | `{}` | |
|
||||
|
|
|
@ -179,7 +179,7 @@ kubectl:
|
|||
registry: docker.io
|
||||
repository: bitnami/kubectl
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.32.2
|
||||
tag: 1.32.3
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
|
|
Loading…
Add table
Reference in a new issue