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
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 199ceeddf8 - Show all commits

View File

@ -1,7 +1,7 @@
apiVersion: v2
name: paperless-ai
description: Ein Helm Chart für Paperless AI, basierend auf der Docker Compose Konfiguration.
version: 0.6.0
version: 0.7.0
appVersion: 3.0.7
keywords:
- paperless-ai

View File

@ -56,6 +56,8 @@ env:
PUID: 1000
PGID: 2000
PAPERLESS_AI_PORT: 30000
RAG_SERVICE_URL: http://localhost:8000
RAG_SERVICE_ENABLED: true
# Konfiguration für persistente Speicherung (Persistent Volume Claim).
persistence: