From c97dbc03a021b79db406c6d33787915c54cb16c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:43:53 +0000 Subject: [PATCH 1/3] Bump binwiederhier/ntfy from v2.21.0 to v2.26.0 in /charts/ntfy Bumps binwiederhier/ntfy from v2.21.0 to v2.26.0. --- updated-dependencies: - dependency-name: binwiederhier/ntfy dependency-version: v2.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- charts/ntfy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ntfy/values.yaml b/charts/ntfy/values.yaml index ba4fe86..a8c8636 100644 --- a/charts/ntfy/values.yaml +++ b/charts/ntfy/values.yaml @@ -67,7 +67,7 @@ containers: # # -- Container-Image-Tag (by default `.Chart.AppVersion` will be used) # @section -- NTFY-Container specifications - tag: "v2.21.0" + tag: "v2.26.0" # # -- Container-Image pull-policy # @section -- NTFY-Container specifications From 13540f1d7842d4d6a5e9318313aea2098336d23e Mon Sep 17 00:00:00 2001 From: Benedikt Fichtner <62395480+Pulsar7@users.noreply.github.com> Date: Sat, 18 Jul 2026 11:57:21 +0200 Subject: [PATCH 2/3] Bump NTFY Helm-Chart Version to 0.1.6-alpha and bump AppVersion to 2.26.0 --- charts/ntfy/Chart.yaml | 4 ++-- charts/ntfy/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/ntfy/Chart.yaml b/charts/ntfy/Chart.yaml index ec8fa63..ddcb58e 100644 --- a/charts/ntfy/Chart.yaml +++ b/charts/ntfy/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.5-alpha +version: 0.1.6-alpha # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v2.21.0" +appVersion: "v2.26.0" diff --git a/charts/ntfy/README.md b/charts/ntfy/README.md index 5ff077e..33353cc 100644 --- a/charts/ntfy/README.md +++ b/charts/ntfy/README.md @@ -5,7 +5,7 @@ Custom Helm-Chart for NTFY > [!IMPORTANT] > Only configured for Traefik-Ingress, since **IngressRoute** is being used. -![Version: 0.1.5-alpha](https://img.shields.io/badge/Version-0.1.5--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.21.0](https://img.shields.io/badge/AppVersion-v2.21.0-informational?style=flat-square) +![Version: 0.1.6-alpha](https://img.shields.io/badge/Version-0.1.6--alpha-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.26.0](https://img.shields.io/badge/AppVersion-v2.26.0-informational?style=flat-square) ## Values @@ -93,7 +93,7 @@ Custom Helm-Chart for NTFY | containers.ntfy.additionalVolumeMounts | object | `{}` | Additional Volume-Mounts for Container | | containers.ntfy.image.pullPolicy | string | `"IfNotPresent"` | Container-Image pull-policy | | containers.ntfy.image.repository | string | `"docker.io/binwiederhier/ntfy"` | Container-Image-Repository | -| containers.ntfy.image.tag | string | `"v2.21.0"` | Container-Image-Tag (by default `.Chart.AppVersion` will be used) | +| containers.ntfy.image.tag | string | `"v2.26.0"` | Container-Image-Tag (by default `.Chart.AppVersion` will be used) | | containers.ntfy.resources | object | `{}` | Container Resources | | containers.ntfy.securityContext | object | `{"allowPrivilegeEscalation":false,"privileged":false,"runAsGroup":10000,"runAsNonRoot":true,"runAsUser":10000}` | Container Security Context | | containers.ntfy.service.type | string | `"ClusterIP"` | Service Type | From f9f86d9fedba9ccf4b8384e5cd10ad6988215bd3 Mon Sep 17 00:00:00 2001 From: Benedikt Fichtner <62395480+Pulsar7@users.noreply.github.com> Date: Sat, 18 Jul 2026 12:25:54 +0200 Subject: [PATCH 3/3] Docu: adjust comment at ingressRoute entryPoints field and skip pre-commit Version-comparison when current branch is not 'main' --- charts/ntfy/README.md | 2 +- charts/ntfy/values.yaml | 2 +- scripts/pre-commit.sh | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/ntfy/README.md b/charts/ntfy/README.md index 33353cc..3a9bb19 100644 --- a/charts/ntfy/README.md +++ b/charts/ntfy/README.md @@ -121,7 +121,7 @@ Custom Helm-Chart for NTFY |-----|------|---------|-------------| | ingressRoute.certResolver | string | `""` | Name of the Certificate Resolver to use to generate automatic TLS certificates. https://doc.traefik.io/traefik/reference/install-configuration/tls/certificate-resolvers/overview/ | | ingressRoute.enabled | bool | `false` | Whether to enable the IngressRoute for NTFY | -| ingressRoute.entryPoints | list | `["websecure"]` | Listening for Incoming Connections/Requests https://doc.traefik.io/traefik/reference/install-configuration/entrypoints/ | +| ingressRoute.entryPoints | list | `["websecure"]` | Traefik EntryPoints https://doc.traefik.io/traefik/reference/install-configuration/entrypoints/ | | ingressRoute.host | string | `""` | Hostname | ### NTFY-Persistence specifications diff --git a/charts/ntfy/values.yaml b/charts/ntfy/values.yaml index a8c8636..006095b 100644 --- a/charts/ntfy/values.yaml +++ b/charts/ntfy/values.yaml @@ -503,7 +503,7 @@ ingressRoute: # @section -- IngressRoute specifications enabled: false # - # -- Listening for Incoming Connections/Requests + # -- Traefik EntryPoints # https://doc.traefik.io/traefik/reference/install-configuration/entrypoints/ # @section -- IngressRoute specifications entryPoints: diff --git a/scripts/pre-commit.sh b/scripts/pre-commit.sh index 5396dd5..cf5d70c 100755 --- a/scripts/pre-commit.sh +++ b/scripts/pre-commit.sh @@ -53,6 +53,12 @@ for f in "${chart_changes[@]}"; do if printf '%s\n' "${checked_charts[@]}" | grep -qx "$chart_dir"; then continue fi + # + # Skip version-comparison between HEAD and STAGED when current branch is not 'main' + if [[ $(git branch --show-current) != "main" ]]; then + echo "INFO: Skip since current branch is not 'main'" + continue + fi echo "[*] chart_dir=${chart_dir}" checked_charts+=("$chart_dir") chart_yaml="$chart_dir/Chart.yaml"