Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-09-04 10:12:14 +00:00
parent 286cd5e5c9
commit 0111e3093f
10 changed files with 14 additions and 12 deletions

View File

@ -2,6 +2,15 @@
## [ring-mqtt-1.0.2](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.1...ring-mqtt-1.0.2) (2022-09-04)
### Fix
- enable ports ([#3686](https://github.com/truecharts/charts/issues/3686))
## [ring-mqtt-1.0.1](https://github.com/truecharts/charts/compare/ring-mqtt-1.0.0...ring-mqtt-1.0.1) (2022-09-04)
### Chore
@ -88,12 +97,3 @@
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
## [ring-mqtt-0.0.15](https://github.com/truecharts/charts/compare/ring-mqtt-0.0.14...ring-mqtt-0.0.15) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.6
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
generated: "2022-09-04T07:38:10.21526561Z"
generated: "2022-09-04T10:05:20.119390671Z"

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/tsightler/ring-mqtt
- https://hub.docker.com/r/tsightler/ring-mqtt/
type: application
version: 1.0.1
version: 1.0.2
annotations:
truecharts.org/catagories: |
- HomeAutomation

View File

@ -1,6 +1,6 @@
# ring-mqtt
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.3](https://img.shields.io/badge/AppVersion-5.0.3-informational?style=flat-square)
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.3](https://img.shields.io/badge/AppVersion-5.0.3-informational?style=flat-square)
Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT.

View File

@ -35,8 +35,10 @@ service:
targetPort: 55123
port: 55123
rtsp:
enabled: true
ports:
rtsp:
enabled: true
protocol: TCP
targetPort: 8554
port: 8554