Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
efddbb52ea
commit
6a3b6a6550
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [paperless-ngx-1.0.10](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.9...paperless-ngx-1.0.10) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [paperless-ngx-1.0.11](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.10...paperless-ngx-1.0.11) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/paperless-ng to v1.14.2 ([#8632](https://github.com/truecharts/charts/issues/8632))
|
||||
|
||||
|
||||
|
||||
|
||||
## [paperless-ngx-1.0.10](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.9...paperless-ngx-1.0.10) (2023-04-25)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- bump common on the 222 ([#7959](https://github.com/truecharts/charts/issues/7959))
|
||||
|
||||
### Fix
|
||||
|
||||
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||
|
||||
|
||||
|
||||
|
||||
## [paperless-ngx-1.0.0]paperless-ngx-1.0.0 (2023-04-11)
|
||||
|
||||
### Feat
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: paperless-ngx
|
||||
version: 1.0.10
|
||||
appVersion: "1.13.0"
|
||||
version: 1.0.11
|
||||
appVersion: "1.14.2"
|
||||
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
|
||||
type: application
|
||||
deprecated: false
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [paperless-ngx-1.0.11](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.10...paperless-ngx-1.0.11) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/paperless-ng to v1.14.2 ([#8632](https://github.com/truecharts/charts/issues/8632))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/paperless-ng
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.13.0@sha256:f8836b6d50f6dad48fc4692ede49c56275677f3d387be76e560e285123e0b8e1
|
||||
tag: 1.14.2@sha256:206885135cce93a78a0e3cac93f6e200a0abb83bc3a211458698101f81a36baf
|
||||
|
||||
service:
|
||||
main:
|
|
@ -1101,7 +1101,7 @@ questions:
|
|||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["runAsUser", "=", "0"]]
|
||||
show_if: [["runAsUser", "=", 0]]
|
||||
default: 568
|
||||
- variable: UMASK
|
||||
label: UMASK
|
Loading…
Reference in New Issue