Files
truecharts/charts/stable/zwavejs2mqtt/values.yaml
T
TrueCharts BotandGitHub 23c9f4255f feat(zwavejs2mqtt): update image docker.io/zwavejs/zwave-js-ui 11.20.0 → 11.21.1 (#49405)
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 | `e6b829b` → `1193b96` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) 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.21.1`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#11211-2026-06-23)

[Compare
Source](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.20.0...v11.21.1)

##### 🐛 Bug Fixes

- confine store paths against the resolved store dir
([#&#8203;4685](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4685))
([a5dc881](https://redirect.github.com/zwave-js/zwave-js-ui/commit/a5dc881fdfbeadfb016563a770d729d757f5f152)),
closes
[pre-#&#8203;4678](https://redirect.github.com/zwave-js/pre-/issues/4678)
[#&#8203;4678](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4678)
- don't return password hash in `PUT /api/password` response
([#&#8203;4687](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4687))
([4b0b7d6](https://redirect.github.com/zwave-js/zwave-js-ui/commit/4b0b7d6be496f3b5c49b6fb55757ddf539e7675b))
- prevent symlinks from escaping the store directory
([#&#8203;4678](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4678))
([592e1b8](https://redirect.github.com/zwave-js/zwave-js-ui/commit/592e1b86d9479d943f04003c56d16e40beab0f66))
- refresh broadcast virtual nodes to avoid querying removed nodes
([#&#8203;4688](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4688))
([8c1981e](https://redirect.github.com/zwave-js/zwave-js-ui/commit/8c1981e1ced2b01e98edbb2ee0f8b4db790f4033)),
closes
[#&#8203;4677](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4677)
[#&#8203;4677](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4677)
- **ui:** separate virtual and physical devices in nodes table
([#&#8203;4673](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4673))
([3a80ce6](https://redirect.github.com/zwave-js/zwave-js-ui/commit/3a80ce6e6d9dc2a9134f3e32e41d85bd2a08392e)),
closes
[#&#8203;4672](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4672)
- write self-signed TLS key/cert with owner-only permissions
([#&#8203;4686](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4686))
([2f62656](https://redirect.github.com/zwave-js/zwave-js-ui/commit/2f626565557204daa3c5114615d38efa4a37f159))

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC96d2F2ZWpzMm1xdHQiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
2026-06-23 16:33:38 +02:00

74 lines
2.0 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/zwavejs/zwave-js-ui
pullPolicy: IfNotPresent
tag: 11.21.1@sha256:1193b96b31488e5a6c7895f16a27b2ead38f8a0c3d1bec335bb10b6d9f9e2905
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