Update version to 0.7.0 and add RAG service configuration #11

Merged
marko merged 1 commits from patch-paperless-ai into main 2025-07-07 08:47:53 +00:00
Owner

This commit updates the version of the Paperless AI Helm Chart
from 0.6.0 to 0.7.0, reflecting new changes and improvements in
the software.

Additionally, two new environment variables have been added
to the values.yaml file:

  • RAG_SERVICE_URL, which sets the URL for the RAG service,
    defaulting to http://localhost:8000.
  • RAG_SERVICE_ENABLED, a boolean flag to enable or disable the
    RAG service, set to true by default.

These changes are necessary to incorporate the RAG service in
the deployment configuration, enhancing the functionality
of Paperless AI. No breaking changes are introduced with this
update.

This commit updates the version of the Paperless AI Helm Chart from 0.6.0 to 0.7.0, reflecting new changes and improvements in the software. Additionally, two new environment variables have been added to the values.yaml file: - `RAG_SERVICE_URL`, which sets the URL for the RAG service, defaulting to http://localhost:8000. - `RAG_SERVICE_ENABLED`, a boolean flag to enable or disable the RAG service, set to true by default. These changes are necessary to incorporate the RAG service in the deployment configuration, enhancing the functionality of Paperless AI. No breaking changes are introduced with this update.
marko added 1 commit 2025-07-07 08:47:49 +00:00
Update version to 0.7.0 and add RAG service configuration
All checks were successful
Build Helm Chart / helm-package (push) Successful in 3s
199ceeddf8
This commit updates the version of the Paperless AI Helm Chart
from 0.6.0 to 0.7.0, reflecting new changes and improvements in
the software.

Additionally, two new environment variables have been added
to the values.yaml file:
- `RAG_SERVICE_URL`, which sets the URL for the RAG service,
  defaulting to http://localhost:8000.
- `RAG_SERVICE_ENABLED`, a boolean flag to enable or disable the
  RAG service, set to true by default.

These changes are necessary to incorporate the RAG service in
the deployment configuration, enhancing the functionality
of Paperless AI. No breaking changes are introduced with this
update.
marko merged commit 199ceeddf8 into main 2025-07-07 08:47:53 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marko/HelmChartSammlung#11
No description provided.