mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[paperless] Updated values.yaml to add user/pass env (#1496)
This commit is contained in:
parent
ef813bda6e
commit
d65124ec8b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user