From 2527c8668c45775cef4910f308c53a7c96dbd7b8 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Mon, 7 Jul 2025 12:48:37 +0200 Subject: [PATCH] Fix version number and update memory limit in Chart.yaml The version number in Chart.yaml was changed from 0.3.0 to 0.1.0 to reflect a new release strategy. Alongside this, the memory limit in values.yaml was increased from 640Mi to 704Mi. This adjustment was made to better accommodate the application's resource requirements, ensuring improved performance and stability. No breaking changes were introduced with this update, and users should be aware of this new versioning and resource configuration for their deployments. --- charts/paperless-ai/Chart.yaml | 2 +- charts/paperless-ai/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/paperless-ai/Chart.yaml b/charts/paperless-ai/Chart.yaml index 77dc30d..2f9fe56 100644 --- a/charts/paperless-ai/Chart.yaml +++ b/charts/paperless-ai/Chart.yaml @@ -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.3.0 +version: 0.1.0 appVersion: 3.0.7 keywords: - paperless-ai diff --git a/charts/paperless-ai/values.yaml b/charts/paperless-ai/values.yaml index 6bdbf27..7fff22e 100644 --- a/charts/paperless-ai/values.yaml +++ b/charts/paperless-ai/values.yaml @@ -101,7 +101,7 @@ autoscaling: resources: limits: cpu: 300m - memory: 640Mi + memory: 704Mi requests: cpu: 100m memory: 256Mi