Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-28 20:40:27 +00:00
parent ca8fdc1ad4
commit e8928d8043
12 changed files with 92 additions and 81 deletions

View File

@ -1,9 +0,0 @@
## [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

@ -4,6 +4,19 @@
## [domoticz-5.0.11](https://github.com/truecharts/charts/compare/domoticz-5.0.10...domoticz-5.0.11) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/domoticz to v2023.1.20230525 ([#9230](https://github.com/truecharts/charts/issues/9230))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [domoticz-5.0.10](https://github.com/truecharts/charts/compare/domoticz-5.0.9...domoticz-5.0.10) (2023-05-27) ## [domoticz-5.0.10](https://github.com/truecharts/charts/compare/domoticz-5.0.9...domoticz-5.0.10) (2023-05-27)
### Chore ### Chore
@ -84,16 +97,3 @@
### Chore ### Chore
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
## [domoticz-5.0.2](https://github.com/truecharts/charts/compare/domoticz-5.0.1...domoticz-5.0.2) (2023-05-03)
### Chore
- update helm general non-major ([#8739](https://github.com/truecharts/charts/issues/8739))

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: domoticz name: domoticz
version: 5.0.10 version: 5.0.11
appVersion: "2023.1.202" 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." 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

View File

@ -0,0 +1,13 @@
## [domoticz-5.0.11](https://github.com/truecharts/charts/compare/domoticz-5.0.10...domoticz-5.0.11) (2023-05-28)
### Chore
- update container image tccr.io/truecharts/domoticz to v2023.1.20230525 ([#9230](https://github.com/truecharts/charts/issues/9230))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/domoticz repository: tccr.io/truecharts/domoticz
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v2023.1.20230518@sha256:a96b8358a76dbdbd9e82607fa7f566625aa93678039375a70069f671bbc0b3a6 tag: v2023.1.20230525@sha256:e3ff3e92d57fc07e89ced8d16fdce61f6ae6e8601e07d26d97ccc46318a803f5
securityContext: securityContext:
container: container:

View File

@ -849,63 +849,6 @@ questions:
schema: schema:
type: string type: string
default: "" default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
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: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares - variable: middlewares
label: Traefik Middlewares label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress description: Add previously created Traefik Middlewares to this Ingress
@ -919,6 +862,70 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
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: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList - variable: ingressList
label: Add Manual Custom Ingresses label: Add Manual Custom Ingresses
group: Ingress group: Ingress