Update paperless-ngx chart version to 0.25.0
All checks were successful
Build Helm Chart / helm-package (push) Successful in 22s
All checks were successful
Build Helm Chart / helm-package (push) Successful in 22s
Changed the chart version from 0.25.4 to 0.25.0 in Chart.yaml and README.md to reflect the correct release version. This ensures that users are aware of the currently deployed version of the application. Additionally, updated the configuration in values.yaml by adding the `spec` section under the `readiness` and `liveness` probes. This clarifies the configuration structure and ensures compatibility with the latest Helm chart practices. No breaking changes were introduced in this update.
This commit is contained in:
@@ -4,7 +4,7 @@ description: "A community-supported supercharged version of paperless: scan, ind
|
|||||||
home: https://charts.gabe565.com/charts/paperless-ngx/
|
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
|
icon: https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750/src-ui/src/assets/logo-notext.svg
|
||||||
type: application
|
type: application
|
||||||
version: 0.25.4
|
version: 0.25.0
|
||||||
# renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx
|
# renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx
|
||||||
appVersion: 2.20.0
|
appVersion: 2.20.0
|
||||||
kubeVersion: ">=1.28.0-0"
|
kubeVersion: ">=1.28.0-0"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750/src-ui/src/assets/logo-notext.svg" align="right" width="92" alt="paperless-ngx logo">
|
<img src="https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/b948750/src-ui/src/assets/logo-notext.svg" align="right" width="92" alt="paperless-ngx logo">
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -35,10 +35,11 @@ controllers:
|
|||||||
- http://localhost:8000
|
- http://localhost:8000
|
||||||
|
|
||||||
# Wichtige Timing-Einstellungen für Paperless-ngx
|
# Wichtige Timing-Einstellungen für Paperless-ngx
|
||||||
initialDelaySeconds: 60 # Warten Sie 60 Sekunden, bevor Sie mit der Prüfung beginnen, da Paperless-ngx lange booten kann
|
spec:
|
||||||
periodSeconds: 10
|
initialDelaySeconds: 60 # Warten Sie 60 Sekunden, bevor Sie mit der Prüfung beginnen, da Paperless-ngx lange booten kann
|
||||||
timeoutSeconds: 5
|
periodSeconds: 10
|
||||||
failureThreshold: 5 # 5 aufeinanderfolgende Fehler, bevor der Pod als "not ready" gilt
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 5 # 5 aufeinanderfolgende Fehler, bevor der Pod als "not ready" gilt
|
||||||
|
|
||||||
# 2. Liveness Probe (Wichtig für das Neustarten des Containers bei Absturz)
|
# 2. Liveness Probe (Wichtig für das Neustarten des Containers bei Absturz)
|
||||||
liveness:
|
liveness:
|
||||||
@@ -50,10 +51,11 @@ controllers:
|
|||||||
- http://localhost:8000
|
- http://localhost:8000
|
||||||
|
|
||||||
# Die Liveness Probe sollte eine längere Verzögerung haben
|
# Die Liveness Probe sollte eine längere Verzögerung haben
|
||||||
initialDelaySeconds: 120
|
spec:
|
||||||
periodSeconds: 60
|
initialDelaySeconds: 120
|
||||||
timeoutSeconds: 5
|
periodSeconds: 60
|
||||||
failureThreshold: 3
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 3
|
||||||
|
|
||||||
service:
|
service:
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
|
|||||||
Reference in New Issue
Block a user