mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +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
|
appVersion: ngx-1.7.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.2
|
version: 8.7.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- paperless
|
- paperless
|
||||||
@ -30,5 +30,5 @@ dependencies:
|
|||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: added
|
||||||
description: Update appVersion to 1.7.0
|
description: Set PAPERLESS_URL automatically
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# paperless
|
# 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
|
Paperless - Index and archive all of your scanned paper documents
|
||||||
|
|
||||||
@ -96,15 +96,15 @@ N/A
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### Version 8.6.2
|
### Version 8.7.0
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
|
||||||
N/A
|
* Set PAPERLESS_URL automatically
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
|
||||||
* Update appVersion to 1.7.0
|
N/A
|
||||||
|
|
||||||
#### Fixed
|
#### 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" . }}
|
{{ include "common.all" . }}
|
||||||
|
@ -36,6 +36,7 @@ env:
|
|||||||
# PAPERLESS_ADMIN_USER: admin
|
# PAPERLESS_ADMIN_USER: admin
|
||||||
# -- Password for the root user
|
# -- Password for the root user
|
||||||
# PAPERLESS_ADMIN_PASSWORD: admin
|
# PAPERLESS_ADMIN_PASSWORD: admin
|
||||||
|
# PAPERLESS_URL: <set to main ingress by default>
|
||||||
|
|
||||||
# -- 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