fix(forgejo-runner): update helper images
This commit is contained in:
parent
e70e63fdde
commit
5af651081b
3 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.2.6
|
version: 0.2.7
|
||||||
# renovate: image=code.forgejo.org/forgejo/runner
|
# renovate: image=code.forgejo.org/forgejo/runner
|
||||||
appVersion: "3.5.0"
|
appVersion: "3.5.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= forgejo-runner
|
= forgejo-runner
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.2.6-informational?style=flat-square[Version: 0.2.6]
|
image::https://img.shields.io/badge/Version-0.2.7-informational?style=flat-square[Version: 0.2.7]
|
||||||
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.5.0-informational?style=flat-square[AppVersion: 3.5.0]
|
image::https://img.shields.io/badge/AppVersion-3.5.0-informational?style=flat-square[AppVersion: 3.5.0]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -245,7 +245,7 @@ helm uninstall forgejo-runner-release
|
||||||
|
|
||||||
| dind.image.tag
|
| dind.image.tag
|
||||||
| string
|
| string
|
||||||
| `"27.1.1-dind"`
|
| `"27.1.2-dind"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| fullnameOverride
|
| fullnameOverride
|
||||||
|
@ -295,7 +295,7 @@ helm uninstall forgejo-runner-release
|
||||||
|
|
||||||
| kubectl.image.tag
|
| kubectl.image.tag
|
||||||
| string
|
| string
|
||||||
| `"1.30.3"`
|
| `"1.31.0"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| nameOverride
|
| nameOverride
|
||||||
|
|
|
@ -141,13 +141,13 @@ dind:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: library/docker
|
repository: library/docker
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 27.1.1-dind
|
tag: 27.1.2-dind
|
||||||
kubectl:
|
kubectl:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/kubectl
|
repository: bitnami/kubectl
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 1.30.3
|
tag: 1.31.0
|
||||||
|
|
||||||
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