paperless version

This commit is contained in:
Philip Haupt
2025-05-18 01:11:05 +02:00
parent 4d8f8e949f
commit 8024643643
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
data: data:
postgres-password: akN1M0lDT29TZQ== postgres-password: czZWTUNxUGREdQ==
kind: Secret kind: Secret
metadata: metadata:
labels: labels:
@@ -162,7 +162,7 @@ spec:
value: "1000" value: "1000"
- name: USERMAP_UID - name: USERMAP_UID
value: "1000" value: "1000"
image: ghcr.io/paperless-ngx/paperless-ngx:1.8.0 image: ghcr.io/paperless-ngx/paperless-ngx:2.15.3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
failureThreshold: 3 failureThreshold: 3

View File

@@ -12,7 +12,7 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag
# @default -- chart.appVersion # @default -- chart.appVersion
tag: tag: 2.15.3
# -- See the following files for additional environment variables: # -- See the following files for additional environment variables:
# https://github.com/paperless-ngx/paperless-ngx/tree/main/docker/compose/ # https://github.com/paperless-ngx/paperless-ngx/tree/main/docker/compose/