fix(ntfy): update appVersion to v2.8.0

This commit is contained in:
WrenIX 2023-11-29 10:21:40 +01:00
parent 3efe4aac7d
commit b8589f83e7
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 12 additions and 4 deletions

View file

@ -3,5 +3,5 @@ name: ntfy
description: A Helm chart for Kubernetes
type: application
version: 0.1.5
appVersion: "2.7.0"
version: 0.1.6
appVersion: "2.8.0"

View file

@ -1,6 +1,6 @@
# ntfy
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
![Version: 0.1.6](https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.0](https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square)
A Helm chart for Kubernetes

View file

@ -7,7 +7,15 @@ helm-docs -t ./README.md.gotmpl -t _docs.gotmpl
for p in * ; do
if \
[ $p == "alertmanager-matrix" ] || \
[ $p == "alertmanager-ntfy" ] \
[ $p == "alertmanager-ntfy" ] || \
[ $p == "conduit" ] || \
[ $p == "forgejo-runner" ] || \
[ $p == "headscale" ] || \
[ $p == "headscale-ui" ] || \
[ $p == "hydrogen-web" ] || \
[ $p == "miniserve" ] || \
[ $p == "monitoring" ] || \
[ "1" != "1" ] \
; then
continue
fi