2 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ spec:
enabled: True enabled: True
ffmpeg: ffmpeg:
inputs: inputs:
- path: rtsp://{FRIGATE_RTSP_DOM_USER}:{FRIGATE_RTSP_DOM_PASSWORD}@192.168.3.10:554/Streaming/Channels/101 - path: rtsp://127.0.0.1:8554/dom
roles: roles:
- audio - audio
- detect - detect
@@ -55,7 +55,7 @@ spec:
enabled: True enabled: True
ffmpeg: ffmpeg:
inputs: inputs:
- path: rtsp://{FRIGATE_RTSP_GARAZ_USER}:{FRIGATE_RTSP_GARAZ_PASSWORD}@192.168.3.11:554/Streaming/Channels/101 - path: rtsp://127.0.0.1:8554/garaz
roles: roles:
- audio - audio
- detect - detect

View File

@@ -15,7 +15,7 @@ spec:
- name: renovate - name: renovate
# Update this to the latest available and then enable Renovate on # Update this to the latest available and then enable Renovate on
# the manifest # the manifest
image: renovate/renovate:41.15.0-full image: renovate/renovate:41.17.1-full
envFrom: envFrom:
- secretRef: - secretRef:
name: renovate-gitea-token name: renovate-gitea-token