Files
HelmChartSammlung/charts/paperless-ngx/Chart.yaml
Marko Oldenburg 062744c989
Some checks failed
Build Helm Chart / helm-package (push) Failing after 21s
Update dependencies for PostgreSQL, MariaDB, and Redis
Updated the versions of PostgreSQL, MariaDB, and Redis in the
paperless-ngx Chart.yaml file. The PostgreSQL version was
bumped from 17.0.1 to 18.1.11, MariaDB from 23.0.1 to 23.2.4,
and Redis from 23.0.4 to 24.0.0. These updates are necessary
to ensure compatibility with the latest features and fixes
introduced in these dependencies. No breaking changes
are anticipated as the updates remain within the major version
boundaries. It's essential to test the application after
these updates to confirm stability and functionality.
2025-11-23 08:20:39 +01:00

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.0
# 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