From e1d631b12187695310103beb4a9bed89c1d67661 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 18 Sep 2024 12:56:59 +0200 Subject: [PATCH] fix(ntfy): update kubectl --- ntfy/Chart.yaml | 2 +- ntfy/README.adoc | 4 ++-- ntfy/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ntfy/Chart.yaml b/ntfy/Chart.yaml index adbfa69..4e95664 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.1 +version: 0.4.2 # renovate: image=docker.io/binwiederhier/ntfy appVersion: "2.11.0" maintainers: diff --git a/ntfy/README.adoc b/ntfy/README.adoc index 9dab51e..8ead8e0 100644 --- a/ntfy/README.adoc +++ b/ntfy/README.adoc @@ -2,7 +2,7 @@ = ntfy -image::https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square[Version: 0.4.1] +image::https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square[Version: 0.4.2] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square[AppVersion: 2.11.0] == Maintainers @@ -159,7 +159,7 @@ helm uninstall ntfy-release | kubectl.image | object -| `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.31.0"}` +| `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.31.1"}` | image needed for setup (store generated VAPID / WebPush keys) | nameOverride diff --git a/ntfy/values.yaml b/ntfy/values.yaml index 7a592a8..59e5c4a 100644 --- a/ntfy/values.yaml +++ b/ntfy/values.yaml @@ -16,7 +16,7 @@ kubectl: registry: docker.io repository: bitnami/kubectl pullPolicy: IfNotPresent - tag: 1.31.0 + tag: 1.31.1 imagePullSecrets: [] nameOverride: ""