This PR contains the following updates: | Package | Update | Change | |---|---|---| | [zwavejs/zwave-js-ui](https://togithub.com/zwave-js/zwave-js-ui) | patch | `9.8.1` -> `9.8.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>zwave-js/zwave-js-ui (zwavejs/zwave-js-ui)</summary> ### [`v9.8.2`](https://togithub.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#982-2024-01-29) [Compare Source](https://togithub.com/zwave-js/zwave-js-ui/compare/v9.8.1...v9.8.2) ##### Bug Fixes - **mqtt:** handel numbers to bool coerce and value conf on current value ([49ac0a3](https://togithub.com/zwave-js/zwave-js-ui/commit/49ac0a30e56cd780684414b32890772fd904b7f9)) ##### Features - bump zwave-js@12.4.3 ([#​3555](https://togithub.com/zwave-js/zwave-js-ui/issues/3555)) ([e9d3118](https://togithub.com/zwave-js/zwave-js-ui/commit/e9d31180fc9dd1cf503abde5ead1f7fa599285a2)) - **ui:** allow to toggle persistent/discovery fields from HA discovery table ([#​3569](https://togithub.com/zwave-js/zwave-js-ui/issues/3569)) ([b86b84c](https://togithub.com/zwave-js/zwave-js-ui/commit/b86b84c571f7d9ad0ca81f0b7b30213c3f830c68)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjE1Ni40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
86 lines
2.2 KiB
YAML
86 lines
2.2 KiB
YAML
image:
|
|
repository: zwavejs/zwave-js-ui
|
|
pullPolicy: IfNotPresent
|
|
tag: 9.8.2@sha256:3e9e11bb054b72938acb15b49ca7185b976cdb9129917b2a80ba39da6a617f34
|
|
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
|