mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[rtsp-to-web] Update RTSPtoWeb to 2.2.0 and update config location (#1428)
* [rtsp-to-web] Update RTSPtoWeb to 2.2.0 and update config location * Update annotation for breaking change * Re-apply commits from onedr0p's suggestions lost in merge Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
This commit is contained in:
parent
4991c13b0d
commit
f0984b954c
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.0.0
|
appVersion: v2.2.0
|
||||||
description: RTSPtoWeb converts RTSP streams to WebRTC, LL-HLS, HLS, MSE
|
description: RTSPtoWeb converts RTSP streams to WebRTC, LL-HLS, HLS, MSE
|
||||||
name: rtsp-to-web
|
name: rtsp-to-web
|
||||||
version: 1.0.0
|
version: 2.0.0
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- rtsp-to-web
|
- rtsp-to-web
|
||||||
@ -19,5 +19,7 @@ dependencies:
|
|||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: changed
|
||||||
description: Initial version
|
description: Upgrade RTSPtoWeb to v2.2.0
|
||||||
|
- kind: changed
|
||||||
|
description: **BREAKING** The config directory is now located at `/config/config.json`
|
||||||
|
@ -9,11 +9,11 @@ image:
|
|||||||
# -- image repository
|
# -- image repository
|
||||||
repository: ghcr.io/deepch/rtsptoweb
|
repository: ghcr.io/deepch/rtsptoweb
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: v1.0.0
|
tag:
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# -- environment variables. See more environment variables in the [rtsp-to-web documentation](https://rtsp-to-web.org/docs).
|
# -- environment variables.
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
# -- Set the container timezone
|
||||||
@ -36,9 +36,10 @@ ingress:
|
|||||||
# -- Enable WebRTC and other video protocols
|
# -- Enable WebRTC and other video protocols
|
||||||
# hostNetwork: true
|
# hostNetwork: true
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
# -- Configure persistence settings for the chart under this key. See https://github.com/deepch/RTSPtoWeb#configuration
|
||||||
|
# for /config/config.json settings and examples.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
persistence: {}
|
persistence: {}
|
||||||
# data:
|
# config:
|
||||||
# enabled: false
|
# enabled: false
|
||||||
# mountPath: /data
|
# mountPath: /config
|
||||||
|
Loading…
Reference in New Issue
Block a user