fix(forgejo-runner): update AppVersion to v3.5.0
This commit is contained in:
parent
c165d1413e
commit
0f16270e77
4 changed files with 5 additions and 6 deletions
|
@ -2,9 +2,9 @@ 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.1
|
version: 0.2.2
|
||||||
# renovate: image=code.forgejo.org/forgejo/runner
|
# renovate: image=code.forgejo.org/forgejo/runner
|
||||||
appVersion: "3.4.1"
|
appVersion: "3.5.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: WrenIX
|
- name: WrenIX
|
||||||
url: https://wrenix.eu
|
url: https://wrenix.eu
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
= forgejo-runner
|
= forgejo-runner
|
||||||
|
|
||||||
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-0.2.2-informational?style=flat-square[Version: 0.2.2]
|
||||||
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.4.1-informational?style=flat-square[AppVersion: 3.4.1]
|
image::https://img.shields.io/badge/AppVersion-3.5.0-informational?style=flat-square[AppVersion: 3.5.0]
|
||||||
== Maintainers
|
== Maintainers
|
||||||
|
|
||||||
.Maintainers
|
.Maintainers
|
||||||
|
|
|
@ -14,7 +14,6 @@ ct lint # || exit 1
|
||||||
for p in * ; do
|
for p in * ; do
|
||||||
if \
|
if \
|
||||||
[ ! -d $p ] || \
|
[ ! -d $p ] || \
|
||||||
[ "$p" == "matrix-authentication-service" ] || \
|
|
||||||
[ ! -f $p/Chart.yaml ] \
|
[ ! -f $p/Chart.yaml ] \
|
||||||
; then
|
; then
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Add table
Reference in a new issue