Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [invidious-6.0.22](https://github.com/truecharts/charts/compare/invidious-6.0.21...invidious-6.0.22) (2023-11-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/invidious/invidious to latest[@2d4a1bc](https://github.com/2d4a1bc) ([#15255](https://github.com/truecharts/charts/issues/15255))
|
||||
|
||||
|
||||
@@ -4,6 +4,16 @@
|
||||
|
||||
|
||||
|
||||
## [invidious-6.0.23](https://github.com/truecharts/charts/compare/invidious-6.0.22...invidious-6.0.23) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image quay.io/invidious/invidious to latest[@7863b23](https://github.com/7863b23) ([#15580](https://github.com/truecharts/charts/issues/15580))
|
||||
|
||||
|
||||
|
||||
|
||||
## [invidious-6.0.22](https://github.com/truecharts/charts/compare/invidious-6.0.21...invidious-6.0.22) (2023-11-24)
|
||||
|
||||
### Chore
|
||||
@@ -87,13 +97,3 @@
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
|
||||
|
||||
|
||||
## [invidious-6.0.12](https://github.com/truecharts/charts/compare/invidious-6.0.11...invidious-6.0.12) (2023-10-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/invidious to latest ([#13970](https://github.com/truecharts/charts/issues/13970))
|
||||
|
||||
@@ -21,8 +21,9 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/invidious
|
||||
- https://github.com/iv-org/invidious
|
||||
- https://docs.invidious.io/installation/#docker
|
||||
version: 6.0.22
|
||||
version: 6.0.23
|
||||
annotations:
|
||||
min_scale_version: "22.12.4"
|
||||
max_scale_version: "23.10.1"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
10
stable/invidious/6.0.23/app-changelog.md
Normal file
10
stable/invidious/6.0.23/app-changelog.md
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
## [invidious-6.0.23](https://github.com/truecharts/charts/compare/invidious-6.0.22...invidious-6.0.23) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image quay.io/invidious/invidious to latest[@7863b23](https://github.com/7863b23) ([#15580](https://github.com/truecharts/charts/issues/15580))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: quay.io/invidious/invidious
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:2d4a1bc6a017b9833782778d3b2bfb3baba7d2b20dfad96ab5a4ba27c522dba5
|
||||
tag: latest@sha256:7863b230158554e3e84c3659a0ebf9652ed09139db6932dcfe65758bc54af90a
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
@@ -2951,6 +2951,157 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 36107
|
||||
- variable: ingress
|
||||
label: "Ingress"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: Enable Ingress
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: hosts
|
||||
label: Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: hostEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: host
|
||||
label: HostName
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: paths
|
||||
label: Paths
|
||||
schema:
|
||||
type: list
|
||||
default: [{path: "/", pathType: "Prefix"}]
|
||||
items:
|
||||
- variable: pathEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: path
|
||||
label: Path
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "/"
|
||||
- variable: pathType
|
||||
label: Path Type
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: certificateIssuer
|
||||
label: Cert-Manager 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: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
description: Advanced settings are not covered by TrueCharts Support
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
show_if: [["advanced", "=", true]]
|
||||
required: true
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["advanced", "=", true]]
|
||||
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: clusterCertificate
|
||||
label: 'Cluster Certificate (Advanced)'
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: envList
|
||||
label: Codeserver Environment Variables
|
||||
schema:
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [libremdb-3.0.313](https://github.com/truecharts/charts/compare/libremdb-3.0.312...libremdb-3.0.313) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/pussthecatorg/libremdb to latest[@bebf42c](https://github.com/bebf42c) ([#15566](https://github.com/truecharts/charts/issues/15566))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [libremdb-3.0.314](https://github.com/truecharts/charts/compare/libremdb-3.0.313...libremdb-3.0.314) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/pussthecatorg/libremdb to latest[@aa54c64](https://github.com/aa54c64) ([#15581](https://github.com/truecharts/charts/issues/15581))
|
||||
|
||||
|
||||
|
||||
|
||||
## [libremdb-3.0.313](https://github.com/truecharts/charts/compare/libremdb-3.0.312...libremdb-3.0.313) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [libremdb-3.0.304](https://github.com/truecharts/charts/compare/libremdb-3.0.303...libremdb-3.0.304) (2023-11-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/pussthecatorg/libremdb to latest[@0f8ccef](https://github.com/0f8ccef) ([#15379](https://github.com/truecharts/charts/issues/15379))
|
||||
|
||||
|
||||
|
||||
|
||||
## [libremdb-3.0.303](https://github.com/truecharts/charts/compare/libremdb-3.0.302...libremdb-3.0.303) (2023-11-25)
|
||||
|
||||
### Chore
|
||||
@@ -27,7 +27,7 @@ sources:
|
||||
- https://github.com/zyachel/libremdb
|
||||
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
||||
type: application
|
||||
version: 3.0.313
|
||||
version: 3.0.314
|
||||
annotations:
|
||||
truecharts.org/category: media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
9
stable/libremdb/3.0.314/app-changelog.md
Normal file
9
stable/libremdb/3.0.314/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [libremdb-3.0.314](https://github.com/truecharts/charts/compare/libremdb-3.0.313...libremdb-3.0.314) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image quay.io/pussthecatorg/libremdb to latest[@aa54c64](https://github.com/aa54c64) ([#15581](https://github.com/truecharts/charts/issues/15581))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: quay.io/pussthecatorg/libremdb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:bebf42c200ff1953750c262af6805ac32ebbc5dd8f6cef9b774b2034b0aeb647
|
||||
tag: latest@sha256:aa54c64e9fd6d0bd3b26ad3c9f80feddc46d2eaa413106610d4f597a75f24930
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [metabase-0.0.17](https://github.com/truecharts/charts/compare/metabase-0.0.16...metabase-0.0.17) (2023-11-17)
|
||||
|
||||
### Fix
|
||||
|
||||
- update container image metabase/metabase to v0.47.8 ([#14794](https://github.com/truecharts/charts/issues/14794))
|
||||
|
||||
|
||||
@@ -4,6 +4,16 @@
|
||||
|
||||
|
||||
|
||||
## [metabase-0.0.18](https://github.com/truecharts/charts/compare/metabase-0.0.17...metabase-0.0.18) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image metabase/metabase to v0.47.9[@04359a8](https://github.com/04359a8) ([#15583](https://github.com/truecharts/charts/issues/15583))
|
||||
|
||||
|
||||
|
||||
|
||||
## [metabase-0.0.17](https://github.com/truecharts/charts/compare/metabase-0.0.16...metabase-0.0.17) (2023-11-17)
|
||||
|
||||
### Fix
|
||||
@@ -87,13 +97,3 @@
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/metabase to v0.47.5 ([#13866](https://github.com/truecharts/charts/issues/13866))
|
||||
|
||||
|
||||
|
||||
|
||||
## [metabase-0.0.7](https://github.com/truecharts/charts/compare/metabase-0.0.6...metabase-0.0.7) (2023-10-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/metabase to v0.47.4 ([#13530](https://github.com/truecharts/charts/issues/13530))
|
||||
- run precocmit ([#13387](https://github.com/truecharts/charts/issues/13387))
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "0.47.8"
|
||||
appVersion: 0.47.9
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -20,7 +20,9 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/metabase
|
||||
- https://github.com/metabase/metabase
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.18
|
||||
annotations:
|
||||
min_scale_version: "22.12.4"
|
||||
max_scale_version: "23.10.1"
|
||||
truecharts.org/category: reporting
|
||||
truecharts.org/SCALE-support: "true"
|
||||
10
stable/metabase/0.0.18/app-changelog.md
Normal file
10
stable/metabase/0.0.18/app-changelog.md
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
|
||||
## [metabase-0.0.18](https://github.com/truecharts/charts/compare/metabase-0.0.17...metabase-0.0.18) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
- update container image metabase/metabase to v0.47.9[@04359a8](https://github.com/04359a8) ([#15583](https://github.com/truecharts/charts/issues/15583))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: metabase/metabase
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.47.8@sha256:0341a3a282cd9ebbceae7f14a02fffb7a8205ac23632ada0817cd68f413b07e6
|
||||
tag: v0.47.9@sha256:04359a8321622230698a08644ea68cc1699fe0c32da2a9e047df43fec7c6561f
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -1953,6 +1953,157 @@ questions:
|
||||
schema:
|
||||
type: int
|
||||
default: 36107
|
||||
- variable: ingress
|
||||
label: "Ingress"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: Enable Ingress
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: hosts
|
||||
label: Hosts
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: hostEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: host
|
||||
label: HostName
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: paths
|
||||
label: Paths
|
||||
schema:
|
||||
type: list
|
||||
default: [{path: "/", pathType: "Prefix"}]
|
||||
items:
|
||||
- variable: pathEntry
|
||||
label: Host
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: path
|
||||
label: Path
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "/"
|
||||
- variable: pathType
|
||||
label: Path Type
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: certificateIssuer
|
||||
label: Cert-Manager 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: middlewares
|
||||
label: Traefik Middlewares
|
||||
description: Add previously created Traefik Middlewares to this Ingress
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: Show Advanced Settings
|
||||
description: Advanced settings are not covered by TrueCharts Support
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
schema:
|
||||
type: string
|
||||
default: websecure
|
||||
show_if: [["advanced", "=", true]]
|
||||
required: true
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
schema:
|
||||
type: boolean
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: false
|
||||
- variable: ingressClassName
|
||||
label: (Advanced/Optional) IngressClass Name
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["advanced", "=", true]]
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["advanced", "=", true]]
|
||||
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: clusterCertificate
|
||||
label: 'Cluster Certificate (Advanced)'
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: 'Use Custom Certificate Secret (Advanced)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
|
||||
schema:
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: envList
|
||||
label: Codeserver Environment Variables
|
||||
schema:
|
||||
99
stable/zwavejs2mqtt/16.2.1/CHANGELOG.md
Normal file
99
stable/zwavejs2mqtt/16.2.1/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.2.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.2.0...zwavejs2mqtt-16.2.1) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image zwavejs/zwave-js-ui to v9.5.1[@1ca4c6f](https://github.com/1ca4c6f) ([#15584](https://github.com/truecharts/charts/issues/15584))
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.2.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.1.0...zwavejs2mqtt-16.2.0) (2023-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image zwavejs/zwave-js-ui to v9.5.0[@110b157](https://github.com/110b157) ([#15539](https://github.com/truecharts/charts/issues/15539))
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.1.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.0.26...zwavejs2mqtt-16.1.0) (2023-11-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image zwavejs/zwave-js-ui to v9.4.1[@8111ddd](https://github.com/8111ddd) ([#15436](https://github.com/truecharts/charts/issues/15436))
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.0.26](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.0.25...zwavejs2mqtt-16.0.26) (2023-11-17)
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.0.25](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.0.24...zwavejs2mqtt-16.0.25) (2023-11-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/zwavejs-ui to v9.3.2 ([#14522](https://github.com/truecharts/charts/issues/14522))
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.0.24](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.0.23...zwavejs2mqtt-16.0.24) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465))
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.0.23](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.0.22...zwavejs2mqtt-16.0.23) (2023-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454))
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.0.22](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.0.21...zwavejs2mqtt-16.0.22) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.0.21](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.0.20...zwavejs2mqtt-16.0.21) (2023-11-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.0.20](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.0.19...zwavejs2mqtt-16.0.20) (2023-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/zwavejs-ui to v9.3.1 ([#14136](https://github.com/truecharts/charts/issues/14136))
|
||||
|
||||
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.0.19](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.0.18...zwavejs2mqtt-16.0.19) (2023-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||
|
||||
29
stable/zwavejs2mqtt/16.2.1/Chart.yaml
Normal file
29
stable/zwavejs2mqtt/16.2.1/Chart.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
apiVersion: v2
|
||||
appVersion: 9.5.1
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.3.5
|
||||
deprecated: false
|
||||
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
|
||||
home: https://truecharts.org/charts/stable/zwavejs2mqtt
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png
|
||||
keywords:
|
||||
- zwavejs2mqtt
|
||||
- zwave-js
|
||||
- z-wave
|
||||
- zwave
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: zwavejs2mqtt
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
|
||||
- https://github.com/zwave-js/zwavejs2mqtt
|
||||
type: application
|
||||
version: 16.2.1
|
||||
annotations:
|
||||
truecharts.org/category: tools
|
||||
truecharts.org/SCALE-support: "true"
|
||||
27
stable/zwavejs2mqtt/16.2.1/README.md
Normal file
27
stable/zwavejs2mqtt/16.2.1/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
||||
9
stable/zwavejs2mqtt/16.2.1/app-changelog.md
Normal file
9
stable/zwavejs2mqtt/16.2.1/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [zwavejs2mqtt-16.2.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.2.0...zwavejs2mqtt-16.2.1) (2023-12-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image zwavejs/zwave-js-ui to v9.5.1[@1ca4c6f](https://github.com/1ca4c6f) ([#15584](https://github.com/truecharts/charts/issues/15584))
|
||||
|
||||
|
||||
8
stable/zwavejs2mqtt/16.2.1/app-readme.md
Normal file
8
stable/zwavejs2mqtt/16.2.1/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/zwavejs2mqtt](https://truecharts.org/charts/stable/zwavejs2mqtt)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
BIN
stable/zwavejs2mqtt/16.2.1/charts/common-14.3.5.tgz
Normal file
BIN
stable/zwavejs2mqtt/16.2.1/charts/common-14.3.5.tgz
Normal file
Binary file not shown.
85
stable/zwavejs2mqtt/16.2.1/ix_values.yaml
Normal file
85
stable/zwavejs2mqtt/16.2.1/ix_values.yaml
Normal file
@@ -0,0 +1,85 @@
|
||||
image:
|
||||
repository: zwavejs/zwave-js-ui
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.5.1@sha256:1ca4c6f283db38fbde58f4792405ac145977591bc7be618e940836151db8c280
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8091
|
||||
targetPort: 8091
|
||||
ws:
|
||||
enabled: true
|
||||
ports:
|
||||
ws:
|
||||
enabled: true
|
||||
port: 10046
|
||||
targetPort: 3000
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/usr/src/app/store"
|
||||
# affinity:
|
||||
# nodeAffinity:
|
||||
# requiredDuringSchedulingIgnoredDuringExecution:
|
||||
# nodeSelectorTerms:
|
||||
# - matchExpressions:
|
||||
# - key: app
|
||||
# operator: In
|
||||
# values:
|
||||
# - zwave-controller
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
# custom: true
|
||||
# spec:
|
||||
# failureThreshold: 5
|
||||
# httpGet:
|
||||
# path: /health
|
||||
# port: http
|
||||
# httpHeaders:
|
||||
# - name: Accept
|
||||
# value: text/plain
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# timeoutSeconds: 10
|
||||
readiness:
|
||||
enabled: true
|
||||
# custom: true
|
||||
# spec:
|
||||
# failureThreshold: 5
|
||||
# httpGet:
|
||||
# path: /health
|
||||
# port: http
|
||||
# httpHeaders:
|
||||
# - name: Accept
|
||||
# value: text/plain
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# timeoutSeconds: 10
|
||||
startup:
|
||||
enabled: false
|
||||
# custom: true
|
||||
# spec:
|
||||
# failureThreshold: 5
|
||||
# httpGet:
|
||||
# path: /health
|
||||
# port: http
|
||||
# httpHeaders:
|
||||
# - name: Accept
|
||||
# value: text/plain
|
||||
# initialDelaySeconds: 30
|
||||
# periodSeconds: 10
|
||||
# timeoutSeconds: 10
|
||||
2418
stable/zwavejs2mqtt/16.2.1/questions.yaml
Normal file
2418
stable/zwavejs2mqtt/16.2.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1
stable/zwavejs2mqtt/16.2.1/templates/NOTES.txt
Normal file
1
stable/zwavejs2mqtt/16.2.1/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
1
stable/zwavejs2mqtt/16.2.1/templates/common.yaml
Normal file
1
stable/zwavejs2mqtt/16.2.1/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/zwavejs2mqtt/16.2.1/values.yaml
Normal file
0
stable/zwavejs2mqtt/16.2.1/values.yaml
Normal file
Reference in New Issue
Block a user