Bump version to 0.2.0 and update health checks
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build Helm Chart / helm-package (push) Successful in 3s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build Helm Chart / helm-package (push) Successful in 3s
				
			Updated the Helm chart version for Paperless AI from 0.1.0 to 0.2.0 to reflect the latest enhancements. The liveness and readiness probes were updated to switch the check path from root (/) to /health, which is more appropriate for health checks as it ensures the application is correctly reporting its status. This change helps improve the reliability of service monitoring and health reporting for deployment environments.
This commit is contained in:
		@@ -69,14 +69,14 @@ persistence:
 | 
			
		||||
livenessProbe:
 | 
			
		||||
  initialDelaySeconds: 30
 | 
			
		||||
  httpGet:
 | 
			
		||||
    path: /
 | 
			
		||||
    # path: /health
 | 
			
		||||
    # path: /
 | 
			
		||||
    path: /health
 | 
			
		||||
    port: http
 | 
			
		||||
readinessProbe:
 | 
			
		||||
  initialDelaySeconds: 30
 | 
			
		||||
  httpGet:
 | 
			
		||||
    path: /
 | 
			
		||||
    # path: /health
 | 
			
		||||
    # path: /
 | 
			
		||||
    path: /health
 | 
			
		||||
    port: http
 | 
			
		||||
 | 
			
		||||
# Sicherheitskontext-Einstellungen für Pod und Container.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user