From 02b2cb3e719c9ab1856711c0cee42cc91601d1c1 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 12 Mar 2025 17:00:31 +0100 Subject: [PATCH] fix(ntfy): updates dependency kubectl --- ntfy/Chart.yaml | 2 +- ntfy/README.md | 4 ++-- ntfy/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ntfy/Chart.yaml b/ntfy/Chart.yaml index 675c356..85de47f 100644 --- a/ntfy/Chart.yaml +++ b/ntfy/Chart.yaml @@ -3,7 +3,7 @@ name: ntfy description: A Helm chart for Kubernetes icon: https://github.com/binwiederhier/ntfy/raw/main/web/public/static/images/pwa-512x512.png type: application -version: "0.4.11" +version: "0.4.12" # renovate: image=docker.io/binwiederhier/ntfy appVersion: "2.11.0" maintainers: diff --git a/ntfy/README.md b/ntfy/README.md index 4d9ba9e..90dca7c 100644 --- a/ntfy/README.md +++ b/ntfy/README.md @@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes" # ntfy -![Version: 0.4.11](https://img.shields.io/badge/Version-0.4.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.0](https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square) +![Version: 0.4.12](https://img.shields.io/badge/Version-0.4.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.11.0](https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -65,7 +65,7 @@ helm uninstall ntfy-release | ingress.hosts[0].paths[0].path | string | `"/"` | | | ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | | ingress.tls | list | `[]` | | -| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.2"}` | image needed for setup (store generated VAPID / WebPush keys) | +| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.3"}` | image needed for setup (store generated VAPID / WebPush keys) | | nameOverride | string | `""` | | | networkPolicy.egress.enabled | bool | `true` | activate egress no networkpolicy | | networkPolicy.egress.extra | list | `[]` | egress rules | diff --git a/ntfy/values.yaml b/ntfy/values.yaml index fd6e988..a7f313d 100644 --- a/ntfy/values.yaml +++ b/ntfy/values.yaml @@ -16,7 +16,7 @@ kubectl: registry: docker.io repository: bitnami/kubectl pullPolicy: IfNotPresent - tag: 1.32.2 + tag: 1.32.3 imagePullSecrets: [] nameOverride: ""