diff --git a/stable/ring-mqtt/1.0.1/CHANGELOG.md b/stable/ring-mqtt/1.0.2/CHANGELOG.md similarity index 87% rename from stable/ring-mqtt/1.0.1/CHANGELOG.md rename to stable/ring-mqtt/1.0.2/CHANGELOG.md index 6d49dbea47f..5a8dfb71678 100644 --- a/stable/ring-mqtt/1.0.1/CHANGELOG.md +++ b/stable/ring-mqtt/1.0.2/CHANGELOG.md @@ -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)) - diff --git a/stable/ring-mqtt/1.0.1/Chart.lock b/stable/ring-mqtt/1.0.2/Chart.lock similarity index 80% rename from stable/ring-mqtt/1.0.1/Chart.lock rename to stable/ring-mqtt/1.0.2/Chart.lock index c884f2faf71..a84b7a29466 100644 --- a/stable/ring-mqtt/1.0.1/Chart.lock +++ b/stable/ring-mqtt/1.0.2/Chart.lock @@ -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" diff --git a/stable/ring-mqtt/1.0.1/Chart.yaml b/stable/ring-mqtt/1.0.2/Chart.yaml similarity index 98% rename from stable/ring-mqtt/1.0.1/Chart.yaml rename to stable/ring-mqtt/1.0.2/Chart.yaml index dba11560053..7f466935ef2 100644 --- a/stable/ring-mqtt/1.0.1/Chart.yaml +++ b/stable/ring-mqtt/1.0.2/Chart.yaml @@ -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 diff --git a/stable/ring-mqtt/1.0.1/README.md b/stable/ring-mqtt/1.0.2/README.md similarity index 98% rename from stable/ring-mqtt/1.0.1/README.md rename to stable/ring-mqtt/1.0.2/README.md index 101adab3b9b..025ed6abca0 100644 --- a/stable/ring-mqtt/1.0.1/README.md +++ b/stable/ring-mqtt/1.0.2/README.md @@ -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. diff --git a/stable/ring-mqtt/1.0.1/app-readme.md b/stable/ring-mqtt/1.0.2/app-readme.md similarity index 100% rename from stable/ring-mqtt/1.0.1/app-readme.md rename to stable/ring-mqtt/1.0.2/app-readme.md diff --git a/stable/ring-mqtt/1.0.1/charts/common-10.5.6.tgz b/stable/ring-mqtt/1.0.2/charts/common-10.5.6.tgz similarity index 100% rename from stable/ring-mqtt/1.0.1/charts/common-10.5.6.tgz rename to stable/ring-mqtt/1.0.2/charts/common-10.5.6.tgz diff --git a/stable/ring-mqtt/1.0.1/ix_values.yaml b/stable/ring-mqtt/1.0.2/ix_values.yaml similarity index 95% rename from stable/ring-mqtt/1.0.1/ix_values.yaml rename to stable/ring-mqtt/1.0.2/ix_values.yaml index 40ad7d59fe0..acf3dc581bc 100644 --- a/stable/ring-mqtt/1.0.1/ix_values.yaml +++ b/stable/ring-mqtt/1.0.2/ix_values.yaml @@ -35,8 +35,10 @@ service: targetPort: 55123 port: 55123 rtsp: + enabled: true ports: rtsp: + enabled: true protocol: TCP targetPort: 8554 port: 8554 diff --git a/stable/ring-mqtt/1.0.1/questions.yaml b/stable/ring-mqtt/1.0.2/questions.yaml similarity index 100% rename from stable/ring-mqtt/1.0.1/questions.yaml rename to stable/ring-mqtt/1.0.2/questions.yaml diff --git a/stable/ring-mqtt/1.0.1/templates/common.yaml b/stable/ring-mqtt/1.0.2/templates/common.yaml similarity index 100% rename from stable/ring-mqtt/1.0.1/templates/common.yaml rename to stable/ring-mqtt/1.0.2/templates/common.yaml diff --git a/stable/ring-mqtt/1.0.1/values.yaml b/stable/ring-mqtt/1.0.2/values.yaml similarity index 100% rename from stable/ring-mqtt/1.0.1/values.yaml rename to stable/ring-mqtt/1.0.2/values.yaml