mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[paperles] Set PAPERLES_URL automatically (#1539)
This commit is contained in:
parent
44056e680c
commit
12d8790717
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: ngx-1.7.0
|
||||
description: Paperless - Index and archive all of your scanned paper documents
|
||||
name: paperless
|
||||
version: 8.6.2
|
||||
version: 8.7.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- paperless
|
||||
@ -30,5 +30,5 @@ dependencies:
|
||||
condition: redis.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: Update appVersion to 1.7.0
|
||||
- kind: added
|
||||
description: Set PAPERLESS_URL automatically
|
||||
|
@ -1,6 +1,6 @@
|
||||
# paperless
|
||||
|
||||
![Version: 8.6.2](https://img.shields.io/badge/Version-8.6.2-informational?style=flat-square) ![AppVersion: ngx-1.7.0](https://img.shields.io/badge/AppVersion-ngx--1.7.0-informational?style=flat-square)
|
||||
![Version: 8.7.0](https://img.shields.io/badge/Version-8.7.0-informational?style=flat-square) ![AppVersion: ngx-1.7.0](https://img.shields.io/badge/AppVersion-ngx--1.7.0-informational?style=flat-square)
|
||||
|
||||
Paperless - Index and archive all of your scanned paper documents
|
||||
|
||||
@ -96,15 +96,15 @@ N/A
|
||||
|
||||
## Changelog
|
||||
|
||||
### Version 8.6.2
|
||||
### Version 8.7.0
|
||||
|
||||
#### Added
|
||||
|
||||
N/A
|
||||
* Set PAPERLESS_URL automatically
|
||||
|
||||
#### Changed
|
||||
|
||||
* Update appVersion to 1.7.0
|
||||
N/A
|
||||
|
||||
#### Fixed
|
||||
|
||||
|
@ -1 +1,11 @@
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "common.values.setup" . }}
|
||||
|
||||
{{/* Append the hardcoded settings */}}
|
||||
{{- define "paperless.harcodedValues" -}}
|
||||
env:
|
||||
PAPERLESS_URL: {{ (first .Values.ingress.main.hosts).host }}
|
||||
{{- end -}}
|
||||
{{- $_ := merge .Values (include "paperless.harcodedValues" . | fromYaml) -}}
|
||||
|
||||
{{ include "common.all" . }}
|
||||
|
@ -36,6 +36,7 @@ env:
|
||||
# PAPERLESS_ADMIN_USER: admin
|
||||
# -- Password for the root user
|
||||
# PAPERLESS_ADMIN_PASSWORD: admin
|
||||
# PAPERLESS_URL: <set to main ingress by default>
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user