From 79a4065f47df6a669de786bd85abcae8d59ddda0 Mon Sep 17 00:00:00 2001 From: Aaron Seibert Date: Tue, 5 Mar 2024 15:52:41 -0500 Subject: [PATCH] all kinds of paperless updates --- charts/paperless-ngx/Chart.yaml | 4 ++-- charts/paperless-stack/Chart.yaml | 6 +++--- charts/postgres/Chart.yaml | 2 +- charts/postgres/templates/configmap.yaml | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/paperless-ngx/Chart.yaml b/charts/paperless-ngx/Chart.yaml index 808262d..93fd2df 100644 --- a/charts/paperless-ngx/Chart.yaml +++ b/charts/paperless-ngx/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 -appVersion: v2.6.1 +appVersion: 2.6.1 description: Paperless-NGX Application - webserver component name: paperless-ngx type: application -version: 0.1.27 +version: 0.1.28 dependencies: - name: base version: 1.0.4 diff --git a/charts/paperless-stack/Chart.yaml b/charts/paperless-stack/Chart.yaml index fc85b54..cf65d58 100644 --- a/charts/paperless-stack/Chart.yaml +++ b/charts/paperless-stack/Chart.yaml @@ -4,7 +4,7 @@ name: paperless type: application description: An umbrella chart for Paperless-NGX. version: 0.1.32 -appVersion: "1.9.2" +appVersion: 2.6.1 maintainers: - email: aaron@awseibert.net name: Aaron Seibert @@ -18,12 +18,12 @@ dependencies: repository: https://helm.seibert.family/ alias: broker - name: postgres - version: 0.1.18 + version: 0.1.20 repository: https://helm.seibert.family/ condition: global.database.postgres.enabled alias: database - name: paperless-ngx - version: 0.1.27 + version: 0.1.28 repository: https://helm.seibert.family/ alias: webserver condition: webserver.enabled diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 58e76e9..69e6b43 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.19 +version: 0.1.20 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/postgres/templates/configmap.yaml b/charts/postgres/templates/configmap.yaml index 3908374..bfeecc1 100644 --- a/charts/postgres/templates/configmap.yaml +++ b/charts/postgres/templates/configmap.yaml @@ -8,3 +8,4 @@ data: POSTGRES_DB: {{ .Values.configMap.postgresDB }} POSTGRES_USER: {{ .Values.configMap.postgresUser }} POSTGRES_PASSWORD: {{ .Values.configMap.postgresPassword }} + PG_DATA: "/var/lib/postgresql/data/pgdata"