fix(ntfy): update kubectl to v1.31.3

This commit is contained in:
WrenIX 2024-11-21 16:42:09 +01:00
parent 0d4554f545
commit 8dc748c9d1
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
4 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ name: ntfy
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
icon: https://github.com/binwiederhier/ntfy/raw/main/web/public/static/images/pwa-512x512.png icon: https://github.com/binwiederhier/ntfy/raw/main/web/public/static/images/pwa-512x512.png
type: application type: application
version: "0.4.5" version: "0.4.6"
# renovate: image=docker.io/binwiederhier/ntfy # renovate: image=docker.io/binwiederhier/ntfy
appVersion: "2.11.0" appVersion: "2.11.0"
maintainers: maintainers:

View file

@ -2,7 +2,7 @@
= ntfy = ntfy
image::https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square[Version: 0.4.5] image::https://img.shields.io/badge/Version-0.4.6-informational?style=flat-square[Version: 0.4.6]
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] 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] image::https://img.shields.io/badge/AppVersion-2.11.0-informational?style=flat-square[AppVersion: 2.11.0]
== Maintainers == Maintainers
@ -159,7 +159,7 @@ helm uninstall ntfy-release
| kubectl.image | kubectl.image
| object | object
| `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.31.2"}` | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.31.3"}`
| image needed for setup (store generated VAPID / WebPush keys) | image needed for setup (store generated VAPID / WebPush keys)
| nameOverride | nameOverride

View file

@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes"
# ntfy # ntfy
![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-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.6](https://img.shields.io/badge/Version-0.4.6-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 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].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | | | ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | | | ingress.tls | list | `[]` | |
| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.31.2"}` | image needed for setup (store generated VAPID / WebPush keys) | | kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.31.3"}` | image needed for setup (store generated VAPID / WebPush keys) |
| nameOverride | string | `""` | | | nameOverride | string | `""` | |
| networkPolicy.egress.enabled | bool | `true` | activate egress no networkpolicy | | networkPolicy.egress.enabled | bool | `true` | activate egress no networkpolicy |
| networkPolicy.egress.extra | list | `[]` | egress rules | | networkPolicy.egress.extra | list | `[]` | egress rules |

View file

@ -16,7 +16,7 @@ kubectl:
registry: docker.io registry: docker.io
repository: bitnami/kubectl repository: bitnami/kubectl
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 1.31.2 tag: 1.31.3
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: ""