From a9f09a3a299565dac8267ccd74c06e461fbe6a51 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 6 Jul 2025 17:42:05 +0200 Subject: [PATCH] Bump version to 0.4.0 and clean up deployment.yaml This commit updates the version of the Helm chart for Paperless AI from 0.3.0 to 0.4.0 to reflect the latest changes and improvements. Additionally, unnecessary resource allocations in the deployment.yaml file have been removed, particularly the commented-out section related to resources. This cleanup enhances readability and maintainability of the chart's deployment configuration. No breaking changes were introduced, but it simplifies the environment variable section to improve clarity. --- charts/paperless-ai/Chart.yaml | 2 +- charts/paperless-ai/templates/deployment.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/charts/paperless-ai/Chart.yaml b/charts/paperless-ai/Chart.yaml index 77dc30d..4db1002 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.4.0 appVersion: 3.0.7 keywords: - paperless-ai diff --git a/charts/paperless-ai/templates/deployment.yaml b/charts/paperless-ai/templates/deployment.yaml index 57ec226..5efad98 100644 --- a/charts/paperless-ai/templates/deployment.yaml +++ b/charts/paperless-ai/templates/deployment.yaml @@ -48,9 +48,6 @@ spec: {{- toYaml .Values.livenessProbe | nindent 12 }} readinessProbe: {{- toYaml .Values.readinessProbe | nindent 12 }} - resources: - {{- toYaml .Values.resources | nindent 12 }} - {{- with .Values.envs }} env: {{- range $key, $value := .Values.env }} - name: {{ $key }} # Name der Umgebungsvariable.