Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
9
stable/paperless-ngx/1.0.3/app-changelog.md
Normal file
9
stable/paperless-ngx/1.0.3/app-changelog.md
Normal 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))
|
||||
|
||||
|
||||
@@ -18,6 +18,9 @@ persistence:
|
||||
media:
|
||||
enabled: true
|
||||
mountPath: "/media"
|
||||
varrun:
|
||||
enabled: false
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user