fix(forgejo-runner): update appVersion

This commit is contained in:
WrenIX 2024-02-06 15:23:54 +01:00
parent d297cc4c5f
commit 118660d881
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 7 additions and 6 deletions

View file

@ -2,7 +2,8 @@ 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.1.5 version: 0.1.6
# renovate: image=code.forgejo.org/forgejo/runner
appVersion: "3.2.0" appVersion: "3.2.0"
maintainers: maintainers:
- name: WrenIX - name: WrenIX

View file

@ -2,7 +2,7 @@
= forgejo-runner = forgejo-runner
image::https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square[Version: 0.1.5] image::https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square[Version: 0.1.6]
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.2.0-informational?style=flat-square[AppVersion: 3.2.0] image::https://img.shields.io/badge/AppVersion-3.2.0-informational?style=flat-square[AppVersion: 3.2.0]
== Maintainers == Maintainers
@ -89,7 +89,7 @@ helm uninstall forgejo-runner-release
| dind.image.tag | dind.image.tag
| string | string
| `"24.0.7-dind"` | `"25.0.2-dind"`
| |
| fullnameOverride | fullnameOverride
@ -139,7 +139,7 @@ helm uninstall forgejo-runner-release
| kubectl.image.tag | kubectl.image.tag
| string | string
| `"1.28.5"` | `"1.29.1"`
| |
| nameOverride | nameOverride

View file

@ -30,13 +30,13 @@ dind:
registry: docker.io registry: docker.io
repository: library/docker repository: library/docker
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 24.0.7-dind tag: 25.0.2-dind
kubectl: kubectl:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/kubectl repository: bitnami/kubectl
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 1.28.5 tag: 1.29.1
serviceAccount: serviceAccount:
# Specifies whether a service account should be created # Specifies whether a service account should be created