Bump paperless-ngx version to 0.25.7 and update probes
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
Updated the paperless-ngx Helm chart to version 0.25.7 from 0.25.6 to incorporate the latest features and fixes. The appVersion remains at 2.20.0. Additionally, modified the liveness and readiness probes configuration in the values.yaml file to nest probe options under the spec field, aligning with best practices for Helm charts. These changes normalize the probe specifications, ensuring better compatibility and clarity for users managing their Kubernetes deployments. No breaking changes were introduced in these updates.
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.6
|
version: 0.25.7
|
||||||
# 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">
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ controllers:
|
|||||||
port: 8000 # Paperless-ngx läuft standardmäßig auf 8000
|
port: 8000 # Paperless-ngx läuft standardmäßig auf 8000
|
||||||
|
|
||||||
# Wichtige Timing-Einstellungen für Paperless-ngx
|
# Wichtige Timing-Einstellungen für Paperless-ngx
|
||||||
|
spec:
|
||||||
initialDelaySeconds: 60 # Warten Sie 60 Sekunden, bevor Sie mit der Prüfung beginnen, da Paperless-ngx lange booten kann
|
initialDelaySeconds: 60 # Warten Sie 60 Sekunden, bevor Sie mit der Prüfung beginnen, da Paperless-ngx lange booten kann
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
@@ -46,6 +47,7 @@ controllers:
|
|||||||
port: 8000
|
port: 8000
|
||||||
|
|
||||||
# Die Liveness Probe sollte eine längere Verzögerung haben
|
# Die Liveness Probe sollte eine längere Verzögerung haben
|
||||||
|
spec:
|
||||||
initialDelaySeconds: 120
|
initialDelaySeconds: 120
|
||||||
periodSeconds: 60
|
periodSeconds: 60
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user