fix(forgejo-runner): update dependencies
This commit is contained in:
parent
f27b3fa9e7
commit
2fc63308da
3 changed files with 4 additions and 4 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.10
|
version: 0.2.11
|
||||||
# renovate: image=code.forgejo.org/forgejo/runner
|
# renovate: image=code.forgejo.org/forgejo/runner
|
||||||
appVersion: "3.5.1"
|
appVersion: "3.5.1"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= forgejo-runner
|
= forgejo-runner
|
||||||
|
|
||||||
image::https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square[Version: 0.2.10]
|
image::https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square[Version: 0.2.11]
|
||||||
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.1-informational?style=flat-square[AppVersion: 3.5.1]
|
image::https://img.shields.io/badge/AppVersion-3.5.1-informational?style=flat-square[AppVersion: 3.5.1]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
@ -245,7 +245,7 @@ helm uninstall forgejo-runner-release
|
||||||
|
|
||||||
| dind.image.tag
|
| dind.image.tag
|
||||||
| string
|
| string
|
||||||
| `"27.2.1-dind"`
|
| `"27.3.1-dind"`
|
||||||
|
|
|
|
||||||
|
|
||||||
| fullnameOverride
|
| fullnameOverride
|
||||||
|
|
|
@ -141,7 +141,7 @@ dind:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: library/docker
|
repository: library/docker
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 27.2.1-dind
|
tag: 27.3.1-dind
|
||||||
kubectl:
|
kubectl:
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
|
|
Loading…
Add table
Reference in a new issue