Files
truecharts/charts/stable/zwavejs2mqtt/values.yaml
T
TrueCharts BotandGitHub b16e644dc3 chore(helm): update image docker.io/zwavejs/zwave-js-ui 11.6.1 → 11.7.0 (#41656)
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 | `8cc2c18` -> `1a1e858` |

---

> [!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.7.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1170-2025-11-12)

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

##### Bug Fixes

- changedZwaveKeys incorrectly includes UI defaults as changes
([#&#8203;4454](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4454))
([371032c](https://redirect.github.com/zwave-js/zwave-js-ui/commit/371032c6768ad06deff874259d04e4eb6f65dd97)),
closes
[#&#8203;4413](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4413)
[zwave-js/zwave-js-ui#4453](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4453)
- correct PKG\_NODE\_PATH in armv7 build workflow
([1ef89e5](https://redirect.github.com/zwave-js/zwave-js-ui/commit/1ef89e5f14daeaa891f705d2497e64f50e640923))
- refresh node neighbors on panel open for all node types
([3d2addc](https://redirect.github.com/zwave-js/zwave-js-ui/commit/3d2addc255f60472fa0f867f35a6083499818fc6))
- **ui:** add null check in setRoute to handle cancelled dialog
([#&#8203;4450](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4450))
([b472afc](https://redirect.github.com/zwave-js/zwave-js-ui/commit/b472afc5d498d426cfb24f8cee755de1bd937d5f))

##### Features

- bump zwave-js\@&#8203;15.16.0
([#&#8203;4448](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4448))
([6d7fca0](https://redirect.github.com/zwave-js/zwave-js-ui/commit/6d7fca0907839f16b0a804c733759e0a54554647))

####
[11.6.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v11.6.0...v11.6.1)
(2025-10-29)

##### Bug Fixes

- docker issue on buildLogConfig
([641d3ce](https://redirect.github.com/zwave-js/zwave-js-ui/commit/641d3ce835fd06f158e12ae868fe8302c709dbd6)),
closes
[#&#8203;4443](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4443)

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-11-12 18:34:38 +01:00

73 lines
1.9 KiB
YAML

image:
repository: docker.io/zwavejs/zwave-js-ui
pullPolicy: IfNotPresent
tag: 11.7.0@sha256:1a1e858dd454e50c2ead9a8f64b17fb7c4cbf67fe413bb8009d73e7fdf33c615
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