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.
33 lines
1.0 KiB
YAML
33 lines
1.0 KiB
YAML
apiVersion: v2
|
|
name: paperless-ngx
|
|
description: "A community-supported supercharged version of paperless: scan, index and archive all your physical documents"
|
|
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
|
|
# renovate datasource=docker depName=ghcr.io/paperless-ngx/paperless-ngx
|
|
appVersion: 2.20.0
|
|
kubeVersion: ">=1.28.0-0"
|
|
keywords:
|
|
- documents
|
|
- ocr
|
|
- paper
|
|
dependencies:
|
|
- name: common
|
|
repository: https://bjw-s-labs.github.io/helm-charts/
|
|
version: 4.4.0
|
|
- name: postgresql
|
|
version: 18.1.11
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
- name: mariadb
|
|
version: 23.2.4
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: mariadb.enabled
|
|
- name: redis
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 24.0.0
|
|
condition: redis.enabled
|
|
sources:
|
|
- https://github.com/paperless-ngx/paperless-ngx
|