[paperless] Updated values.yaml to add user/pass env (#1496)

This commit is contained in:
Carlos Ravelo 2022-04-10 05:02:57 -04:00 committed by GitHub
parent ef813bda6e
commit d65124ec8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 1.6.0
description: Paperless - Index and archive all of your scanned paper documents
name: paperless
version: 8.6.0
version: 8.6.1
kubeVersion: ">=1.16.0-0"
keywords:
- paperless
@ -31,6 +31,4 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
- kind: changed
description: Upgraded `redis` chart dependency to version `15.7.6`.
description: Added admin username and password env variables to values.yaml

View File

@ -32,6 +32,10 @@ env:
PAPERLESS_DBHOST:
# -- Port to use
PAPERLESS_PORT: 8000
# -- Username for the root user
# PAPERLESS_ADMIN_USER: admin
# -- Password for the root user
# PAPERLESS_ADMIN_PASSWORD: admin
# -- Configures service settings for the chart.
# @default -- See values.yaml