Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-30 18:36:25 +00:00
parent b7665df763
commit e60ad815e8
11 changed files with 2677 additions and 0 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [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))
## [zwavejs2mqtt-16.0.18](https://github.com/truecharts/charts/compare/zwavejs2mqtt-16.0.17...zwavejs2mqtt-16.0.18) (2023-10-27)
### Chore
- update container image tccr.io/truecharts/zwavejs-ui to v9.3.0 ([#14011](https://github.com/truecharts/charts/issues/14011))

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: 9.5.0
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.0
annotations:
truecharts.org/category: tools
truecharts.org/SCALE-support: "true"

View 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*

View File

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

View 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!

Binary file not shown.

View File

@ -0,0 +1,85 @@
image:
repository: zwavejs/zwave-js-ui
pullPolicy: IfNotPresent
tag: 9.5.0@sha256:110b157fe525ef1761113e0d411b8fc4fff625e6f790265900f8ea90d63f0c3d
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

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File