Files
truecharts/charts/stable/zwavejs2mqtt/values.yaml
T
TrueCharts BotandGitHub 54d3313748 chore(helm): update image docker.io/zwavejs/zwave-js-ui 10.6.1 → 10.7.0 (#36446)
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 | `fe8166b` -> `52b6ee2` |

---

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

###
[`v10.7.0`](https://redirect.github.com/zwave-js/zwave-js-ui/blob/HEAD/CHANGELOG.md#1070-2025-06-18)

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

##### Features

- bump zwave-js@15.7.0
([#&#8203;4261](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4261))
([328b1f1](https://redirect.github.com/zwave-js/zwave-js-ui/commit/328b1f131a1ce2e586fef79a08ff147fdbd05fc8))
- load and display saved Zniffer captures
([#&#8203;4260](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4260))
([9476f51](https://redirect.github.com/zwave-js/zwave-js-ui/commit/9476f51e71db31b26fdb39d4dbb710f46c174b28))

####
[10.6.1](https://redirect.github.com/zwave-js/zwave-js-ui/compare/v10.6.0...v10.6.1)
(2025-05-29)

##### Features

- add support for `disableOptimisticValueUpdate` driver option
([081ed29](https://redirect.github.com/zwave-js/zwave-js-ui/commit/081ed2977827b6fe19c5140d24c9aacf35b18cfc)),
closes
[#&#8203;4247](https://redirect.github.com/zwave-js/zwave-js-ui/issues/4247)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-06-18 20:26:16 +02:00

73 lines
1.9 KiB
YAML

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