From b584fbda1140f7adbd0e5f3199a7079c483cf887 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Sat, 13 Jan 2024 01:31:14 +0100 Subject: [PATCH] fix(ntfy): lint --- ntfy/Chart.yaml | 2 +- ntfy/README.adoc | 27 ++++++++++++++++++++++++++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/ntfy/Chart.yaml b/ntfy/Chart.yaml index 7ae42b3..cf6fff6 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.1.6 +version: 0.1.7 appVersion: "2.8.0" maintainers: - name: WrenIX diff --git a/ntfy/README.adoc b/ntfy/README.adoc index 9b048c9..78c9c8d 100644 --- a/ntfy/README.adoc +++ b/ntfy/README.adoc @@ -2,9 +2,19 @@ = ntfy -image::https://img.shields.io/badge/Version-0.1.6-informational?style=flat-square[Version: 0.1.6] +image::https://img.shields.io/badge/Version-0.1.7-informational?style=flat-square[Version: 0.1.7] image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application] image::https://img.shields.io/badge/AppVersion-2.8.0-informational?style=flat-square[AppVersion: 2.8.0] +== Maintainers + +.Maintainers +|=== +| Name | Email | Url + +| WrenIX +| +| +|=== == Usage @@ -392,11 +402,26 @@ helm uninstall ntfy-release | `false` | +| persistence.existingClaim +| string +| `nil` +| A manually managed Persistent Volume and Claim Requires persistence.enabled: true If defined, PVC must be created manually before volume will be bound + +| persistence.hostPath +| string +| `nil` +| Create a PV on Node with given hostPath storageClass has to be manual + | persistence.size | string | `"1Gi"` | +| persistence.storageClass +| string +| `nil` +| data Persistent Volume Storage Class If defined, storageClassName: If set to "-", storageClassName: "", which disables dynamic provisioning If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. (gp2 on AWS, standard on GKE, AWS & OpenStack) + | podAnnotations | object | `{}`