mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +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
|
appVersion: 1.6.0
|
||||||
description: Paperless - Index and archive all of your scanned paper documents
|
description: Paperless - Index and archive all of your scanned paper documents
|
||||||
name: paperless
|
name: paperless
|
||||||
version: 8.6.0
|
version: 8.6.1
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- paperless
|
- paperless
|
||||||
@ -31,6 +31,4 @@ dependencies:
|
|||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: changed
|
||||||
description: Upgraded `postgresql` chart dependency to version `10.16.2`.
|
description: Added admin username and password env variables to values.yaml
|
||||||
- kind: changed
|
|
||||||
description: Upgraded `redis` chart dependency to version `15.7.6`.
|
|
||||||
|
@ -32,6 +32,10 @@ env:
|
|||||||
PAPERLESS_DBHOST:
|
PAPERLESS_DBHOST:
|
||||||
# -- Port to use
|
# -- Port to use
|
||||||
PAPERLESS_PORT: 8000
|
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.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user