fix(ntfy): update appVersion to v2.8.0
This commit is contained in:
parent
3efe4aac7d
commit
b8589f83e7
3 changed files with 12 additions and 4 deletions
|
@ -3,5 +3,5 @@ name: ntfy
|
||||||
description: A Helm chart for Kubernetes
|
description: A Helm chart for Kubernetes
|
||||||
type: application
|
type: application
|
||||||
|
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
appVersion: "2.7.0"
|
appVersion: "2.8.0"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# ntfy
|
# ntfy
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
A Helm chart for Kubernetes
|
A Helm chart for Kubernetes
|
||||||
|
|
||||||
|
|
10
publish.sh
10
publish.sh
|
@ -7,7 +7,15 @@ helm-docs -t ./README.md.gotmpl -t _docs.gotmpl
|
||||||
for p in * ; do
|
for p in * ; do
|
||||||
if \
|
if \
|
||||||
[ $p == "alertmanager-matrix" ] || \
|
[ $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
|
; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue