Add support for Paperless AI API token and environment variables #10
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "patch-paperless-ai"
	
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit introduces several significant changes to the Paperless AI
Helm chart:
Chart.yamlto reflectthe new additions.
paperlessApiSecret.yamlto define a KubernetesSecret for the Paperless API token. This allows secure storage of the
API token, which is now a required value for communication with the
Paperless application.
_helpers.tplcalledgenerateEnvthat dynamically generates a
.envfile from various configurationvalues in
values.yaml. This includes settings for the Paperless APIURL, AI provider, tagging options, scanning intervals, and more.
values.yamlto include necessary configurations for thePaperless API, OpenAI, and other related settings, making it easier
for users to configure the chart per their requirements.
performance and quicker health checks.
These enhancements provide better configurability and facilitate
secure management of sensitive credentials, thereby improving user
experience and application reliability.