Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-07 02:11:29 +00:00
parent ecd8d54392
commit dddb0ef38e
12 changed files with 84 additions and 52 deletions

View File

@ -1,9 +0,0 @@
## [domoticz-5.0.19](https://github.com/truecharts/charts/compare/domoticz-5.0.18...domoticz-5.0.19) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -4,6 +4,15 @@
## [domoticz-5.0.20](https://github.com/truecharts/charts/compare/domoticz-5.0.19...domoticz-5.0.20) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/domoticz to v2023.1.20230706 ([#10215](https://github.com/truecharts/charts/issues/10215))
## [domoticz-5.0.19](https://github.com/truecharts/charts/compare/domoticz-5.0.18...domoticz-5.0.19) (2023-07-01)
### Chore
@ -88,12 +97,3 @@
## [domoticz-5.0.10](https://github.com/truecharts/charts/compare/domoticz-5.0.9...domoticz-5.0.10) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: domoticz
version: 5.0.19
version: 5.0.20
appVersion: "2023.1.202"
description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more."
type: application

View File

@ -0,0 +1,9 @@
## [domoticz-5.0.20](https://github.com/truecharts/charts/compare/domoticz-5.0.19...domoticz-5.0.20) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/domoticz to v2023.1.20230706 ([#10215](https://github.com/truecharts/charts/issues/10215))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/domoticz
pullPolicy: IfNotPresent
tag: v2023.1.20230615@sha256:71fa718fa343f16d247c0bdeefc955ae0efc20236217846ace2899b5e48a523d
tag: v2023.1.20230706@sha256:b3c29cdb3af9a0486fb960a088c18a8f7bf96835806213048cbb71f55ebdb924
securityContext:
container:

View File

@ -658,14 +658,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
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
label: Automatic Permissions Configuration
description: Automatically set permissions
@ -674,27 +666,36 @@ questions:
type: dict
additional_attrs: true
attrs:
- 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
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
- 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
label: Read Only
schema:
@ -770,13 +771,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
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
label: Read Only
schema: