Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-31 00:37:44 +00:00
parent e2cf8f2f92
commit 0989d1a369
11 changed files with 65 additions and 24 deletions

View File

@ -1,9 +0,0 @@
## [domoticz-4.0.15](https://github.com/truecharts/charts/compare/domoticz-4.0.14...domoticz-4.0.15) (2023-01-21)
### Chore
- update container image tccr.io/truecharts/domoticz to v2022.2.20230119

View File

@ -4,6 +4,15 @@
## [domoticz-4.0.16](https://github.com/truecharts/charts/compare/domoticz-4.0.15...domoticz-4.0.16) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/domoticz to v2022.2.20230126
## [domoticz-4.0.15](https://github.com/truecharts/charts/compare/domoticz-4.0.14...domoticz-4.0.15) (2023-01-21)
### Chore
@ -88,12 +97,3 @@
## [domoticz-4.0.6](https://github.com/truecharts/charts/compare/domoticz-4.0.5...domoticz-4.0.6) (2022-12-09)
### Chore
- update container image tccr.io/truecharts/domoticz to v2022.2.20221208
## [domoticz-4.0.5](https://github.com/truecharts/charts/compare/domoticz-4.0.4...domoticz-4.0.5) (2022-12-02)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: domoticz
version: 4.0.15
version: 4.0.16
appVersion: "2022.2.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-4.0.16](https://github.com/truecharts/charts/compare/domoticz-4.0.15...domoticz-4.0.16) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/domoticz to v2022.2.20230126

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/domoticz
pullPolicy: IfNotPresent
tag: 2022.2.20230119@sha256:b13946e595c2d409982815e64fa7a16f600a14b1dd154fcbad442b20eeea334b
tag: 2022.2.20230126@sha256:c61931797437aa3ffa0a4a2efb0fab9f2d0a919afcfac2ae6780deb6879368da
securityContext:
runAsNonRoot: false

View File

@ -741,10 +741,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -765,12 +772,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -882,11 +903,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -906,12 +934,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider