Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-02 02:42:18 +00:00
parent 7ff56de710
commit 7125bc9ff9
13 changed files with 35 additions and 41 deletions

View File

@ -1,9 +0,0 @@
## [zigbee2mqtt-8.0.8](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.7...zigbee2mqtt-8.0.8) (2023-10-29)
### Chore
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))

View File

@ -4,6 +4,15 @@
## [zigbee2mqtt-8.0.9](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.8...zigbee2mqtt-8.0.9) (2023-11-02)
### Chore
- update container image tccr.io/truecharts/zigbee2mqtt to v1.33.2 ([#14235](https://github.com/truecharts/charts/issues/14235))
## [zigbee2mqtt-8.0.8](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.7...zigbee2mqtt-8.0.8) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
- update container image tccr.io/truecharts/zigbee2mqtt to v1.32.1 ([#10312](https://github.com/truecharts/charts/issues/10312))
## [zigbee2mqtt-7.0.29](https://github.com/truecharts/charts/compare/zigbee2mqtt-7.0.28...zigbee2mqtt-7.0.29) (2023-07-08)
### Chore
- update container image tccr.io/truecharts/zigbee2mqtt to v1.32.0 ([#10291](https://github.com/truecharts/charts/issues/10291))

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.33.1"
appVersion: "1.33.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -20,7 +20,7 @@ name: zigbee2mqtt
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/zigbee2mqtt
- https://github.com/Koenkk/zigbee2mqtt
version: 8.0.8
version: 8.0.9
annotations:
truecharts.org/category: media
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [zigbee2mqtt-8.0.9](https://github.com/truecharts/charts/compare/zigbee2mqtt-8.0.8...zigbee2mqtt-8.0.9) (2023-11-02)
### Chore
- update container image tccr.io/truecharts/zigbee2mqtt to v1.33.2 ([#14235](https://github.com/truecharts/charts/issues/14235))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/zigbee2mqtt
tag: v1.33.1@sha256:344ef52b7fed6766f3aa7b7ce45aef6406459127c83dac161e79b815f4c48fed
tag: v1.33.2@sha256:f67e8f9f5efee433f1e8bf2bed2ff813a9af8aead0cfeb0baa902238e5d46045
pullPolicy: IfNotPresent
service:
main:

View File

@ -877,19 +877,6 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -955,19 +942,26 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
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
label: Add Manual Custom Ingresses
group: Ingress