Update Paperless AI Helm Chart to version 0.1.2 #17

Merged
marko merged 1 commits from patch-paperless-ai into main 2025-07-07 14:56:56 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit a5a977cb5f - 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.1.1
version: 0.1.2
appVersion: 3.0.7
keywords:
- paperless-ai

View File

@ -33,7 +33,7 @@ systemPrompt: |-
"language": "en/de/es/..."
}
processPredefinedDocuments: "no"
tags: "indexed,indexed2"
tags: "ai-indexed,ai-indexed2"
replicaCount: 1
@ -49,13 +49,13 @@ serviceAccount:
service:
type: ClusterIP
port: 30000
targetPort: 30000
port: 3000
targetPort: 3000
env:
PUID: 1000
PGID: 2000
PAPERLESS_AI_PORT: 30000
PAPERLESS_AI_PORT: 3000
RAG_SERVICE_URL: http://localhost:8000
RAG_SERVICE_ENABLED: true