fb84034b6f
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/tsightler/ring-mqtt](https://redirect.github.com/tsightler/ring-mqtt) | patch | `2f96b55` → `4a4e0db` | --- > [!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>tsightler/ring-mqtt (docker.io/tsightler/ring-mqtt)</summary> ### [`v5.9.3`](https://redirect.github.com/tsightler/ring-mqtt/releases/tag/v5.9.3) [Compare Source](https://redirect.github.com/tsightler/ring-mqtt/compare/v5.9.2...v5.9.3) **Bugs Fixed** - Updated ring-client-api with patched push-receiver package to address push messages failing decryption with ERR\_CRYPTO\_ECDH\_INVALID\_PUBLIC\_KEY message, potentially leading to missed motion/ding events for cameras/doorbells/intercoms. - Fix crash due to unexpected security panel when users only have a Sidewalk based Ring device such as Kiddie Smoke/CO detector - Fix Kiddie Smoke/CO states not properly updated during smoke/co detection events (testing welcome) - Implement minor changes to attempt to address sporadic authentication issues reported by a small number of users **Dependency Updates** - aedes 1.0.0 - body-parser 2.2.2 - mqtt 5.15.0 - ring-client-api 14.3.1-beta.0 (custom) - werift 0.22.9 - write-file-atomic 7.0.1 - Go2RTC 1.9.14 </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvcmluZy1tcXR0IiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
65 lines
1.3 KiB
YAML
65 lines
1.3 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/tsightler/ring-mqtt
|
|
tag: 5.9.3@sha256:4a4e0db460d7023aa5851ff25491401fd23b2fd153b7269af481f0953cd6f00a
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 55123
|
|
port: 55123
|
|
rtsp:
|
|
enabled: true
|
|
ports:
|
|
rtsp:
|
|
enabled: true
|
|
protocol: tcp
|
|
targetPort: 8554
|
|
port: 8554
|
|
ring:
|
|
mqtt_url: "mqtt://localhost:1883"
|
|
mqtt_options: ""
|
|
livestream_user: ""
|
|
livestream_pass: ""
|
|
disarm_code: ""
|
|
enable_cameras: true
|
|
enable_modes: false
|
|
enable_panic: false
|
|
hass_topic: "homeassistant/status"
|
|
ring_topic: "ring"
|
|
location_ids": []
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
ring-config:
|
|
enabled: true
|
|
type: configmap
|
|
objectName: ring-config
|
|
targetSelector:
|
|
main:
|
|
main:
|
|
mountPath: /data/config.json
|
|
subPath: config.json
|
|
readOnly: true
|