From b3fd15e30f5c3d83671297b0a667fa1506000578 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Wed, 11 Dec 2024 13:20:56 +0100 Subject: [PATCH] fix(ntfy): update dependencies --- ntfy/Chart.yaml | 2 +- ntfy/README.adoc | 601 ----------------------------------------------- ntfy/README.md | 4 +- ntfy/values.yaml | 2 +- 4 files changed, 4 insertions(+), 605 deletions(-) delete mode 100644 ntfy/README.adoc diff --git a/ntfy/Chart.yaml b/ntfy/Chart.yaml index 60fe69a..02c1304 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.6" +version: "0.4.7" # renovate: image=docker.io/binwiederhier/ntfy appVersion: "2.11.0" maintainers: diff --git a/ntfy/README.adoc b/ntfy/README.adoc deleted file mode 100644 index 5c77215..0000000 --- a/ntfy/README.adoc +++ /dev/null @@ -1,601 +0,0 @@ - - -= ntfy - -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/AppVersion-2.11.0-informational?style=flat-square[AppVersion: 2.11.0] -== Maintainers - -.Maintainers -|=== -| Name | Email | Url - -| WrenIX -| -| -|=== - -== Usage - -Helm must be installed and setup to your kubernetes cluster to use the charts. -Refer to Helm's https://helm.sh/docs[documentation] to get started. -Once Helm has been set up correctly, fetch the charts as follows: - -[source,bash] ----- -helm pull oci://codeberg.org/wrenix/helm-charts/ntfy ----- - -You can install a chart release using the following command: - -[source,bash] ----- -helm install ntfy-release oci://codeberg.org/wrenix/helm-charts/ntfy --values values.yaml ----- - -To uninstall a chart release use `helm`'s delete command: - -[source,bash] ----- -helm uninstall ntfy-release ----- - -== Values - -.Values -|=== -| Key | Type | Default | Description - -| affinity -| object -| `{}` -| - -| autoscaling.enabled -| bool -| `false` -| - -| autoscaling.maxReplicas -| int -| `100` -| - -| autoscaling.minReplicas -| int -| `1` -| - -| autoscaling.targetCPUUtilizationPercentage -| int -| `80` -| - -| env -| list -| `[]` -| set env in container for usage Environment variables - -| envFrom -| list -| `[]` -| set envFrom in container for usage of ConfigMaps or Secrets as a bunch of Environment variables - -| fullnameOverride -| string -| `""` -| - -| grafana.dashboards.annotations -| object -| `{}` -| - -| grafana.dashboards.enabled -| bool -| `false` -| - -| grafana.dashboards.labels.grafana_dashboard -| string -| `"1"` -| - -| image.pullPolicy -| string -| `"IfNotPresent"` -| - -| image.repository -| string -| `"binwiederhier/ntfy"` -| - -| image.tag -| string -| `""` -| - -| imagePullSecrets -| list -| `[]` -| - -| ingress.annotations -| object -| `{}` -| - -| ingress.className -| string -| `""` -| - -| ingress.enabled -| bool -| `false` -| - -| ingress.hosts[0].host -| string -| `"chart-example.local"` -| - -| 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.31.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 - -| networkPolicy.enabled -| bool -| `false` -| - -| networkPolicy.ingress.http -| list -| `[]` -| ingress for http port (e.g. ingress-controller) - -| networkPolicy.ingress.metrics -| list -| `[]` -| ingress for metrics port (e.g. prometheus) - -| networkPolicy.ingress.smtp -| list -| `[]` -| ingress for smtp - -| nodeSelector -| object -| `{}` -| - -| ntfy.attachment.cacheDir -| string -| `nil` -| - -| ntfy.attachment.expireDuration -| string -| `"3h"` -| - -| ntfy.attachment.sizeLimit.file -| string -| `"15M"` -| - -| ntfy.attachment.sizeLimit.total -| string -| `"5G"` -| - -| ntfy.auth.defaultAccess -| string -| `"read-write"` -| - -| ntfy.auth.file -| string -| `nil` -| - -| ntfy.auth.startupQueries -| string -| `nil` -| - -| ntfy.baseURL -| string -| `"https://ntfy.example.org"` -| - -| ntfy.behindProxy -| bool -| `true` -| - -| ntfy.cache.batch.size -| int -| `0` -| - -| ntfy.cache.batch.timeout -| string -| `"0s"` -| - -| ntfy.cache.duration -| string -| `"12h"` -| - -| ntfy.cache.file -| string -| `nil` -| - -| ntfy.cache.startupQueries -| string -| `nil` -| - -| ntfy.enableLogin -| bool -| `false` -| - -| ntfy.enableReservations -| bool -| `false` -| - -| ntfy.enableSignup -| bool -| `false` -| - -| ntfy.firebaseKeyFile -| string -| `nil` -| - -| ntfy.globalTopicLimit -| int -| `15000` -| - -| ntfy.keepaliveInterval -| string -| `"45s"` -| - -| ntfy.listen.certFile -| string -| `nil` -| - -| ntfy.listen.http -| string -| `":80"` -| - -| ntfy.listen.https -| string -| `nil` -| - -| ntfy.listen.keyFile -| string -| `nil` -| - -| ntfy.listen.unix -| string -| `nil` -| - -| ntfy.listen.unixMode -| string -| `nil` -| - -| ntfy.managerInterval -| string -| `"1m"` -| - -| ntfy.metrics.enable -| bool -| `true` -| - -| ntfy.metrics.port -| int -| `9000` -| - -| ntfy.smtp.sender.addr -| string -| `nil` -| - -| ntfy.smtp.sender.from -| string -| `nil` -| - -| ntfy.smtp.sender.pass -| string -| `nil` -| - -| ntfy.smtp.sender.user -| string -| `nil` -| - -| ntfy.smtp.server.addrPrefix -| string -| `nil` -| - -| ntfy.smtp.server.domain -| string -| `nil` -| - -| ntfy.upstreamBaseURL -| string -| `"https://ntfy.sh"` -| - -| ntfy.visitor.attachment.dailyBandwidthLimit -| string -| `"500M"` -| - -| ntfy.visitor.attachment.totalSizeLimit -| string -| `"100M"` -| - -| ntfy.visitor.email.limitBurst -| int -| `16` -| - -| ntfy.visitor.email.limitReplenish -| string -| `"1h"` -| - -| ntfy.visitor.request.limitBurst -| int -| `60` -| - -| ntfy.visitor.request.limitExemptHosts -| string -| `""` -| - -| ntfy.visitor.request.limitReplenish -| string -| `"5s"` -| - -| ntfy.visitor.subscriberRateLimiting -| bool -| `false` -| - -| ntfy.visitor.subscriptionLimit -| int -| `30` -| - -| ntfy.webPush.emailAddress -| string -| `""` -| - -| ntfy.webPush.file -| string -| `"/data/webpush.db"` -| - -| ntfy.webPush.keys.create -| bool -| `false` -| - -| ntfy.webPush.keys.private -| string -| `nil` -| - -| ntfy.webPush.keys.public -| string -| `nil` -| - -| ntfy.webRoot -| string -| `"app"` -| - -| persistence.accessMode -| string -| `"ReadWriteOnce"` -| - -| persistence.annotations -| object -| `{}` -| - -| persistence.enabled -| bool -| `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 -| `{}` -| - -| podLabels -| object -| `{}` -| - -| podSecurityContext -| object -| `{}` -| set securityContext on pod level - -| prometheus.rules.additionalRules -| list -| `[]` -| - -| prometheus.rules.enabled -| bool -| `false` -| - -| prometheus.rules.labels -| object -| `{}` -| - -| prometheus.servicemonitor.enabled -| bool -| `false` -| - -| prometheus.servicemonitor.labels -| object -| `{}` -| - -| replicaCount -| int -| `1` -| - -| resources -| object -| `{}` -| - -| securityContext -| object -| `{}` -| set securityContext on container level - -| service.http.port -| int -| `80` -| - -| service.http.type -| string -| `"ClusterIP"` -| - -| service.smtp.enabled -| bool -| `false` -| - -| service.smtp.port -| int -| `25` -| - -| service.smtp.type -| string -| `"LoadBalancer"` -| - -| serviceAccount.annotations -| object -| `{}` -| - -| serviceAccount.create -| bool -| `true` -| - -| serviceAccount.name -| string -| `""` -| - -| tolerations -| list -| `[]` -| - -| updateStrategy.type -| string -| `"Recreate"` -| -|=== - -Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs] diff --git a/ntfy/README.md b/ntfy/README.md index d16f434..73c3c18 100644 --- a/ntfy/README.md +++ b/ntfy/README.md @@ -7,7 +7,7 @@ description: "A Helm chart for Kubernetes" # ntfy -![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) +![Version: 0.4.7](https://img.shields.io/badge/Version-0.4.7-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.31.3"}` | image needed for setup (store generated VAPID / WebPush keys) | +| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.31.4"}` | 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 410cde1..bf99387 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.3 + tag: 1.31.4 imagePullSecrets: [] nameOverride: ""