diff --git a/charts/paperless-ngx/Chart.yaml b/charts/paperless-ngx/Chart.yaml index 8aa11a3..60d1e53 100644 --- a/charts/paperless-ngx/Chart.yaml +++ b/charts/paperless-ngx/Chart.yaml @@ -4,7 +4,7 @@ description: "A community-supported supercharged version of paperless: scan, ind home: https://charts.gabe565.com/charts/paperless-ngx/ icon: https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750/src-ui/src/assets/logo-notext.svg type: application -version: 0.25.7 +version: 0.25.8 # renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx appVersion: 2.20.0 kubeVersion: ">=1.28.0-0" diff --git a/charts/paperless-ngx/README.md b/charts/paperless-ngx/README.md index 6c9e837..81799f9 100644 --- a/charts/paperless-ngx/README.md +++ b/charts/paperless-ngx/README.md @@ -2,7 +2,7 @@ paperless-ngx logo -![Version: 0.25.7](https://img.shields.io/badge/Version-0.25.7-informational?style=flat) +![Version: 0.25.8](https://img.shields.io/badge/Version-0.25.8-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) ![AppVersion: 2.20.0](https://img.shields.io/badge/AppVersion-2.20.0-informational?style=flat) diff --git a/charts/paperless-ngx/values.yaml b/charts/paperless-ngx/values.yaml index 1a42e12..253cf46 100644 --- a/charts/paperless-ngx/values.yaml +++ b/charts/paperless-ngx/values.yaml @@ -28,7 +28,7 @@ controllers: # 1. Readiness Probe (Wichtigste für den Traffic-Fluss) readiness: enabled: true - type: http # Verwendung des HTTP GET-Typs + type: HTTP # Verwendung des HTTP GET-Typs path: / # Prüft den Hauptpfad (Webserver antwortet nur, wenn DB/Redis verbunden sind) port: 8000 # Paperless-ngx läuft standardmäßig auf 8000 @@ -42,7 +42,7 @@ controllers: # 2. Liveness Probe (Wichtig für das Neustarten des Containers bei Absturz) liveness: enabled: true - type: http + type: HTTP path: / port: 8000