fix(forgejo-runner): update dind

This commit is contained in:
WrenIX 2024-02-08 16:26:12 +01:00
parent c723445c73
commit bfbbe740e1
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 4 additions and 4 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.1.7
version: 0.1.8
# renovate: image=code.forgejo.org/forgejo/runner
appVersion: "3.3.0"
maintainers:

View file

@ -2,7 +2,7 @@
= forgejo-runner
image::https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square[Version: 0.1.7]
image::https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square[Version: 0.1.8]
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
image::https://img.shields.io/badge/AppVersion-3.3.0-informational?style=flat-square[AppVersion: 3.3.0]
== Maintainers
@ -89,7 +89,7 @@ helm uninstall forgejo-runner-release
| dind.image.tag
| string
| `"25.0.2-dind"`
| `"25.0.3-dind"`
|
| fullnameOverride

View file

@ -30,7 +30,7 @@ dind:
registry: docker.io
repository: library/docker
pullPolicy: IfNotPresent
tag: 25.0.2-dind
tag: 25.0.3-dind
kubectl:
image:
registry: docker.io