Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e2cf8f2f92
commit
0989d1a369
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [domoticz-4.0.15](https://github.com/truecharts/charts/compare/domoticz-4.0.14...domoticz-4.0.15) (2023-01-21)
|
||||||
|
|
||||||
### Chore
|
### 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)
|
## [domoticz-4.0.6](https://github.com/truecharts/charts/compare/domoticz-4.0.5...domoticz-4.0.6) (2022-12-09)
|
||||||
|
|
||||||
### Chore
|
### 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
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: domoticz
|
name: domoticz
|
||||||
version: 4.0.15
|
version: 4.0.16
|
||||||
appVersion: "2022.2.202"
|
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."
|
description: "Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more."
|
||||||
type: application
|
type: application
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/domoticz
|
repository: tccr.io/truecharts/domoticz
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2022.2.20230119@sha256:b13946e595c2d409982815e64fa7a16f600a14b1dd154fcbad442b20eeea334b
|
tag: 2022.2.20230126@sha256:c61931797437aa3ffa0a4a2efb0fab9f2d0a919afcfac2ae6780deb6879368da
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
|
@ -741,10 +741,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -765,12 +772,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
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:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -882,11 +903,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
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
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -906,12 +934,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
Loading…
Reference in New Issue