Some checks failed
Build Helm Chart / helm-package (push) Failing after 14s
The kubeVersion has been updated from ">=1.22.0-0" to ">=1.28.0-0" to ensure compatibility with newer Kubernetes versions. Dependencies have also been updated: the "common" chart repository was updated from "https://bjw-s.github.io/helm-charts" to "https://bjw-s-labs.github.io/helm-charts/" and its version was bumped to 4.4.0. The "postgresql" dependency version was changed from 14.0.5 to 17.0.1, the "mariadb" version was updated from 20.1.1 to 23.0.1, and the "redis" version was upgraded from 20.7.0 to 23.0.4. These updates are necessary to take advantage of the latest features, improvements, and security patches in the respective charts while ensuring compatibility with Paperless-ngx.
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.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: 17.0.1
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
- name: mariadb
|
|
version: 23.0.1
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: mariadb.enabled
|
|
- name: redis
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 23.0.4
|
|
condition: redis.enabled
|
|
sources:
|
|
- https://github.com/paperless-ngx/paperless-ngx
|