Some checks failed
		
		
	
	Build Helm Chart / helm-package (push) Failing after 7s
				
			Updated the version number in the Chart.yaml file for the paperless-ngx chart from 0.25.0 to 0.25.1. This change was made to reflect the latest release version of the application, ensuring that users can deploy the updated features and bug fixes included in this version. No breaking changes are introduced with this update, and it is important for users to keep their deployments current with the latest releases for optimal performance and security.
		
			
				
	
	
		
			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.1
 |