All checks were successful
		
		
	
	Build Helm Chart / helm-package (push) Successful in 3s
				
			Updated the Paperless AI Helm chart to version 0.1.2 to reflect recent changes and improvements. The service configuration has been modified to use port 3000 instead of 30000, aligning with the standard configuration, which improves consistency and avoids potential port conflicts. Additionally, the tags for indexed documents have been changed to "ai-indexed" to better reflect the artificial intelligence-related capabilities. No breaking changes were introduced, but it is important to note the updated port configuration, which may require adjustments in related deployments.
		
			
				
	
	
		
			18 lines
		
	
	
		
			566 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			566 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: v2
 | 
						|
name: paperless-ai
 | 
						|
description: Ein Helm Chart für Paperless AI, basierend auf der Docker Compose Konfiguration.
 | 
						|
version: 0.1.2
 | 
						|
appVersion: 3.0.7
 | 
						|
keywords:
 | 
						|
  - paperless-ai
 | 
						|
  - document-management
 | 
						|
  - ai
 | 
						|
home: https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/paperless-ai
 | 
						|
sources:
 | 
						|
  - https://github.com/clusterzx/paperless-ai
 | 
						|
  - https://git.cooltux.net/marko/HelmChartSammlung/src/branch/main/charts/paperless-ai
 | 
						|
maintainers:
 | 
						|
  - name: Marko Oldenburg
 | 
						|
    email: development@cooltux.net
 | 
						|
    url: https://git.cooltux.net/marko
 |