Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
fd5abcd1f6
commit
46f81d0c51
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [paperless-ngx-1.0.30](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.29...paperless-ngx-1.0.30) (2023-07-01)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [paperless-ngx-1.0.31](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.30...paperless-ngx-1.0.31) (2023-07-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/paperless-ng to v1.16.5 ([#10228](https://github.com/truecharts/charts/issues/10228))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [paperless-ngx-1.0.30](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.29...paperless-ngx-1.0.30) (2023-07-01)
|
## [paperless-ngx-1.0.30](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.29...paperless-ngx-1.0.30) (2023-07-01)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [paperless-ngx-1.0.21](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.20...paperless-ngx-1.0.21) (2023-05-27)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: paperless-ngx
|
name: paperless-ngx
|
||||||
version: 1.0.30
|
version: 1.0.31
|
||||||
appVersion: "1.16.3"
|
appVersion: "1.16.5"
|
||||||
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
|
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
|
||||||
type: application
|
type: application
|
||||||
deprecated: false
|
deprecated: false
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [paperless-ngx-1.0.31](https://github.com/truecharts/charts/compare/paperless-ngx-1.0.30...paperless-ngx-1.0.31) (2023-07-07)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/paperless-ng to v1.16.5 ([#10228](https://github.com/truecharts/charts/issues/10228))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/paperless-ng
|
repository: tccr.io/truecharts/paperless-ng
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v1.16.3@sha256:ceaf2a99e4fa7a6471bc35376f64a3de6ec2456756d33f7c5e07e0dc8a3f004a
|
tag: v1.16.5@sha256:eaa17518e126a327b9f3ea85509eec8455b08110a7c76451e623b59270e1ffdd
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
|
@ -584,14 +584,6 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: setPermissions
|
|
||||||
label: Automatic Permissions
|
|
||||||
description: Automatically set permissions on install
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "hostPath"]]
|
|
||||||
hidden: true
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -600,27 +592,36 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
attrs:
|
attrs:
|
||||||
- variable: chown
|
- variable: enabled
|
||||||
label: Run CHOWN
|
label: enabled
|
||||||
description: |
|
|
||||||
It will run CHOWN on the path with the given fsGroup
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: chmod
|
|
||||||
label: Run CHMOD
|
|
||||||
description: |
|
|
||||||
It will run CHMOD on the path with the given value
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "775"
|
|
||||||
- variable: recursive
|
|
||||||
label: Recursive
|
|
||||||
description: |
|
|
||||||
It will run CHOWN and CHMOD recursively
|
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: chown
|
||||||
|
label: Run CHOWN
|
||||||
|
description: |
|
||||||
|
It will run CHOWN on the path with the given fsGroup
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: chmod
|
||||||
|
label: Run CHMOD
|
||||||
|
description: |
|
||||||
|
It will run CHMOD on the path with the given value</br>
|
||||||
|
Format should be 3 digits, e.g. 770
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
valid_chars: '[0-9]{3}'
|
||||||
|
default: ""
|
||||||
|
- variable: recursive
|
||||||
|
label: Recursive
|
||||||
|
description: |
|
||||||
|
It will run CHOWN and CHMOD recursively
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
label: Read Only
|
label: Read Only
|
||||||
schema:
|
schema:
|
||||||
|
@ -684,14 +685,6 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: setPermissions
|
|
||||||
label: Automatic Permissions
|
|
||||||
description: Automatically set permissions on install
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "hostPath"]]
|
|
||||||
hidden: true
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -700,27 +693,36 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
attrs:
|
attrs:
|
||||||
- variable: chown
|
- variable: enabled
|
||||||
label: Run CHOWN
|
label: enabled
|
||||||
description: |
|
|
||||||
It will run CHOWN on the path with the given fsGroup
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: chmod
|
|
||||||
label: Run CHMOD
|
|
||||||
description: |
|
|
||||||
It will run CHMOD on the path with the given value
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "775"
|
|
||||||
- variable: recursive
|
|
||||||
label: Recursive
|
|
||||||
description: |
|
|
||||||
It will run CHOWN and CHMOD recursively
|
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: chown
|
||||||
|
label: Run CHOWN
|
||||||
|
description: |
|
||||||
|
It will run CHOWN on the path with the given fsGroup
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: chmod
|
||||||
|
label: Run CHMOD
|
||||||
|
description: |
|
||||||
|
It will run CHMOD on the path with the given value</br>
|
||||||
|
Format should be 3 digits, e.g. 770
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
valid_chars: '[0-9]{3}'
|
||||||
|
default: ""
|
||||||
|
- variable: recursive
|
||||||
|
label: Recursive
|
||||||
|
description: |
|
||||||
|
It will run CHOWN and CHMOD recursively
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
label: Read Only
|
label: Read Only
|
||||||
schema:
|
schema:
|
||||||
|
@ -784,14 +786,6 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: setPermissions
|
|
||||||
label: Automatic Permissions
|
|
||||||
description: Automatically set permissions on install
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "hostPath"]]
|
|
||||||
hidden: true
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: autoPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -800,27 +794,36 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
attrs:
|
attrs:
|
||||||
- variable: chown
|
- variable: enabled
|
||||||
label: Run CHOWN
|
label: enabled
|
||||||
description: |
|
|
||||||
It will run CHOWN on the path with the given fsGroup
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: chmod
|
|
||||||
label: Run CHMOD
|
|
||||||
description: |
|
|
||||||
It will run CHMOD on the path with the given value
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "775"
|
|
||||||
- variable: recursive
|
|
||||||
label: Recursive
|
|
||||||
description: |
|
|
||||||
It will run CHOWN and CHMOD recursively
|
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: chown
|
||||||
|
label: Run CHOWN
|
||||||
|
description: |
|
||||||
|
It will run CHOWN on the path with the given fsGroup
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: chmod
|
||||||
|
label: Run CHMOD
|
||||||
|
description: |
|
||||||
|
It will run CHMOD on the path with the given value</br>
|
||||||
|
Format should be 3 digits, e.g. 770
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
valid_chars: '[0-9]{3}'
|
||||||
|
default: ""
|
||||||
|
- variable: recursive
|
||||||
|
label: Recursive
|
||||||
|
description: |
|
||||||
|
It will run CHOWN and CHMOD recursively
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
label: Read Only
|
label: Read Only
|
||||||
schema:
|
schema:
|
||||||
|
@ -896,13 +899,44 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: setPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions on install
|
description: Automatically set permissions
|
||||||
schema:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"]]
|
show_if: [["type", "!=", "pvc"]]
|
||||||
type: boolean
|
type: dict
|
||||||
default: false
|
additional_attrs: true
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: chown
|
||||||
|
label: Run CHOWN
|
||||||
|
description: |
|
||||||
|
It will run CHOWN on the path with the given fsGroup
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
- variable: chmod
|
||||||
|
label: Run CHMOD
|
||||||
|
description: |
|
||||||
|
It will run CHMOD on the path with the given value</br>
|
||||||
|
Format should be 3 digits, e.g. 770
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
valid_chars: '[0-9]{3}'
|
||||||
|
default: ""
|
||||||
|
- variable: recursive
|
||||||
|
label: Recursive
|
||||||
|
description: |
|
||||||
|
It will run CHOWN and CHMOD recursively
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
||||||
label: Read Only
|
label: Read Only
|
||||||
schema:
|
schema:
|
Loading…
Reference in New Issue