chore(helm): update image docker.io/tsightler/ring-mqtt 5.8.1 → 5.9.1 (#42436)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/tsightler/ring-mqtt](https://redirect.github.com/tsightler/ring-mqtt)
| minor | `bb85fa8` -> `b1c4589` |

---

> [!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>tsightler/ring-mqtt (docker.io/tsightler/ring-mqtt)</summary>

###
[`v5.9.1`](https://redirect.github.com/tsightler/ring-mqtt/releases/tag/v5.9.1)

[Compare
Source](https://redirect.github.com/tsightler/ring-mqtt/compare/v5.9.0...v5.9.1)

#### v5.9.1

**Bugs Fixed**
Fix an issue introduced with new Express server that kept web
authenticator UI from starting.

#### v5.9.0

This is mostly a depedency update after a long while without any
updates, but I bumped the minor version as this should also enable
experimental support for the following new devices:

- The Ring Video Intercom should now be detected, however, functionality
is limited to the same features supported with prior non-Video version
(i.e. no video features)
- The Kiddie Smoke/CO devices should be detected, however, this is the
first supported non-Zwave alarm device and I have no idea if state
updates will actually work as I do not have this hardware to test.
Success or failure reports are highly appreciated.

**Dependency Updates**

-
[@&#8203;homebridge/camera-utils](https://redirect.github.com/homebridge/camera-utils)
3.0.0
- body-parser 2.2.1"
- chalk 5.6.2
- debug 4.4.3
- express 5.2.1
- is-online 12.0.2
- js-yaml 4.1.1
- mqtt 5.14.1
- ring-client-api 14.2.0
- werift 0.22.2
- write-file-atomic 7.0.0
- NodeJs 22.21.1
- Bashio 0.17.5
- go2rtc 1.9.12

###
[`v5.9.0`](https://redirect.github.com/tsightler/ring-mqtt/compare/v5.8.1...v5.9.0)

[Compare
Source](https://redirect.github.com/tsightler/ring-mqtt/compare/v5.8.1...v5.9.0)

</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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
TrueCharts Bot
2025-12-04 08:55:25 +01:00
committed by GitHub
parent 34cf8392f3
commit ccb49a04af
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ annotations:
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 5.8.1
appVersion: 5.9.1
dependencies:
- name: common
version: 28.29.2
@@ -39,5 +39,5 @@ sources:
- https://github.com/tsightler/ring-mqtt
- https://hub.docker.com/r/tsightler/ring-mqtt
type: application
version: 11.13.1
version: 11.14.0
+1 -1
View File
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: docker.io/tsightler/ring-mqtt
tag: 5.8.1@sha256:bb85fa851d22fc75a6738a231498d29c06b3134271adc20b4647c354d96e093d
tag: 5.9.1@sha256:b1c45893aee660b45712648d4c48d5891da8fbd04682fde9c826e58fde9612cb
securityContext:
container:
readOnlyRootFilesystem: false