Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-04-15 11:01:21 +00:00
parent 46cee39510
commit 47129837ed
14 changed files with 28 additions and 10 deletions

View File

@@ -1,4 +0,0 @@
## [paperless-ngx-1.0.2](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.1...paperless-ngx-1.0.2) (2023-04-14)

View File

@@ -4,6 +4,15 @@
## [paperless-ngx-1.0.3](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.2...paperless-ngx-1.0.3) (2023-04-15)
### Fix
- disable varrun persistence ([#8024](https://github.com/truecharts/charts/issues/8024))
## [paperless-ngx-1.0.2](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.1...paperless-ngx-1.0.2) (2023-04-14)

View File

@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: paperless-ngx
version: 1.0.2
version: 1.0.3
appVersion: "1.13.0"
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
type: application

View File

@@ -0,0 +1,9 @@
## [paperless-ngx-1.0.3](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.2...paperless-ngx-1.0.3) (2023-04-15)
### Fix
- disable varrun persistence ([#8024](https://github.com/truecharts/charts/issues/8024))

View File

@@ -18,6 +18,9 @@ persistence:
media:
enabled: true
mountPath: "/media"
varrun:
enabled: false
redis:
enabled: true

View File

@@ -447,15 +447,15 @@ questions:
label: Port Type
schema:
type: string
default: TCP
default: tcp
enum:
- value: HTTP
- value: http
description: HTTP
- value: HTTPS
- value: https
description: HTTPS
- value: TCP
- value: tcp
description: TCP
- value: UDP
- value: udp
description: UDP
- variable: targetPort
label: Target Port
@@ -1871,6 +1871,7 @@ questions:
description: Authentication Credentials
schema:
type: string
show_if: [["username", "!=", ""]]
default: ""
required: true
- variable: tailscale