Files
truecharts/charts/stable/ring-mqtt/values.yaml
T
TrueCharts BotandGitHub 99053c48c6 chore(deps): update container image tsightler/ring-mqtt to v5.6.7@d71c281 by renovate (#23540)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tsightler/ring-mqtt](https://togithub.com/tsightler/ring-mqtt) |
patch | `5.6.6` -> `5.6.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>tsightler/ring-mqtt (tsightler/ring-mqtt)</summary>

###
[`v5.6.7`](https://togithub.com/tsightler/ring-mqtt/releases/tag/v5.6.7)

[Compare
Source](https://togithub.com/tsightler/ring-mqtt/compare/v5.6.6...v5.6.7)

#### v5.6.7

This release is intended to address an ongoing instability with
websocket connections by using a newer API endpoint for requesting
tickets.

**Dependency Updates**

-   ring-client-api v12.1.1

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQxMi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-06-19 08:20:11 +02:00

67 lines
1.3 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: tsightler/ring-mqtt
tag: 5.6.7@sha256:d71c28193d4dbc6ae90a2eefd035ac0ad6b49e7fac9ad6f2cf13d2f5687afd36
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
portal:
open:
enabled: false