Some checks failed
Build Helm Chart / helm-package (push) Failing after 39s
Updated the version number in the Chart.yaml file for the paperless-ngx Helm chart from 0.24.1 to 0.25.0. This change is necessary to align the chart with the latest release, which includes important bug fixes and new features. It's essential for users to stay updated to ensure compatibility and access to the latest improvements. No breaking changes are introduced with this version update.
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
annotations:
|
|
artifacthub.io/alternativeName: paperless
|
|
artifacthub.io/changes: |-
|
|
- kind: fixed
|
|
description: Allow for custom db secrets name
|
|
artifacthub.io/links: |-
|
|
- name: App Source
|
|
url: https://github.com/paperless-ngx/paperless-ngx
|
|
- name: Chart Source
|
|
url: https://github.com/gabe565/charts/tree/main/charts/paperless-ngx
|
|
apiVersion: v2
|
|
appVersion: 2.14.7
|
|
dependencies:
|
|
- name: common
|
|
repository: https://bjw-s.github.io/helm-charts
|
|
version: 1.5.1
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 14.0.5
|
|
- condition: mariadb.enabled
|
|
name: mariadb
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 20.1.1
|
|
- condition: redis.enabled
|
|
name: redis
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 20.7.0
|
|
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
|
|
keywords:
|
|
- documents
|
|
- ocr
|
|
- paper
|
|
kubeVersion: '>=1.22.0-0'
|
|
name: paperless-ngx
|
|
sources:
|
|
- https://github.com/paperless-ngx/paperless-ngx
|
|
type: application
|
|
version: 0.25.0
|