fix(forgejo-runner): update dind to v26.1.4
This commit is contained in:
parent
b9378468f3
commit
a64bdac6f8
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.2.0
|
||||
version: 0.2.1
|
||||
# renovate: image=code.forgejo.org/forgejo/runner
|
||||
appVersion: "3.4.1"
|
||||
maintainers:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
= forgejo-runner
|
||||
|
||||
image::https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square[Version: 0.2.0]
|
||||
image::https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square[Version: 0.2.1]
|
||||
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
||||
image::https://img.shields.io/badge/AppVersion-3.4.1-informational?style=flat-square[AppVersion: 3.4.1]
|
||||
== Maintainers
|
||||
|
@ -245,7 +245,7 @@ helm uninstall forgejo-runner-release
|
|||
|
||||
| dind.image.tag
|
||||
| string
|
||||
| `"26.1.3-dind"`
|
||||
| `"26.1.4-dind"`
|
||||
|
|
||||
|
||||
| fullnameOverride
|
||||
|
|
|
@ -141,7 +141,7 @@ dind:
|
|||
registry: docker.io
|
||||
repository: library/docker
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 26.1.3-dind
|
||||
tag: 26.1.4-dind
|
||||
kubectl:
|
||||
image:
|
||||
registry: docker.io
|
||||
|
|
Loading…
Add table
Reference in a new issue