This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/zwavejs/zwave-js-ui](https://redirect.github.com/zwave-js/zwave-js-ui) | minor | `7fc0a78` -> `ae9be4a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>zwave-js/zwave-js-ui (docker.io/zwavejs/zwave-js-ui)</summary> ### [`v11.3.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1130-2025-09-16) [Compare Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.2.1...v11.3.0) ##### Bug Fixes - **ui:** cleaner label for `Force security` checkbox ([42a28e9](https://redirect.github.com/zwave-js/zwave-js-ui/commit/42a28e9662633fc52cb6030dba82ad10ac0b6bdd)), closes [#​4363](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4363) ##### Features - add source IP in request logs ([#​4356](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4356)) ([7e87c32](https://redirect.github.com/zwave-js/zwave-js-ui/commit/7e87c3223be61a02db2c0f41b2ad959cbb473b0f)), closes [#​4355](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4355) - bump zwave-js\@​15.13.0 ([#​4370](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4370)) ([1fbb158](https://redirect.github.com/zwave-js/zwave-js-ui/commit/1fbb158066760695c2a463b634f8315bfa8b269f)) #### [11.2.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.2.0...v11.2.1) (2025-08-27) ##### Bug Fixes - **ui:** reinterview badge visibility ([1ab4ee5](https://redirect.github.com/zwave-js/zwave-js-ui/commit/1ab4ee548516eb28e16aba620c0bd4ed38e5fbae)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
73 lines
1.9 KiB
YAML
73 lines
1.9 KiB
YAML
image:
|
|
repository: docker.io/zwavejs/zwave-js-ui
|
|
pullPolicy: IfNotPresent
|
|
tag: 11.3.0@sha256:ae9be4af362335d92276290add65e85af69340e333d8ff871aeda9362f446f95
|
|
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"
|
|
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
|