From b8589f83e723da3323339071b1f3350aeb4197e6 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 29 Nov 2023 10:21:40 +0100 Subject: [PATCH] fix(ntfy): update appVersion to v2.8.0 --- ntfy/Chart.yaml | 4 ++-- ntfy/README.md | 2 +- publish.sh | 10 +++++++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ntfy/Chart.yaml b/ntfy/Chart.yaml index 48d25e3..e55625e 100644 --- a/ntfy/Chart.yaml +++ b/ntfy/Chart.yaml @@ -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" diff --git a/ntfy/README.md b/ntfy/README.md index da9caf2..929cf6c 100644 --- a/ntfy/README.md +++ b/ntfy/README.md @@ -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 diff --git a/publish.sh b/publish.sh index e3f975d..bb0468a 100755 --- a/publish.sh +++ b/publish.sh @@ -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