All checks were successful
Build Helm Chart / helm-package (push) Successful in 3s
Updated the version in Chart.yaml from 0.2.0 to 0.3.0 to reflect the latest release of the paperless-ai application. In the values.yaml file, modified the liveness and readiness probes' HTTP path settings from '/health' to '/' for better compatibility with the application's health check mechanism. This change ensures that the probes work correctly and check the root endpoint, which provides more reliable status information for the application. No breaking changes were introduced.
18 lines
566 B
YAML
18 lines
566 B
YAML
apiVersion: v2
|
|
name: paperless-ai
|
|
description: Ein Helm Chart für Paperless AI, basierend auf der Docker Compose Konfiguration.
|
|
version: 0.3.0
|
|
appVersion: 3.0.7
|
|
keywords:
|
|
- paperless-ai
|
|
- document-management
|
|
- ai
|
|
home: https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/paperless-ai
|
|
sources:
|
|
- https://github.com/clusterzx/paperless-ai
|
|
- https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/paperless-ai
|
|
maintainers:
|
|
- name: Marko Oldenburg
|
|
email: development@cooltux.net
|
|
url: https://git.cooltux.net/marko
|