Closed renovate[bot] closed 1 month ago
--- kubernetes/apps/network/echo-server/app Kustomization: flux-system/echo-server HelmRelease: network/echo-server
+++ kubernetes/apps/network/echo-server/app Kustomization: flux-system/echo-server HelmRelease: network/echo-server
@@ -36,13 +36,13 @@
HTTP_PORT: 8080
LOG_IGNORE_PATH: /healthz
LOG_WITHOUT_NEWLINE: true
PROMETHEUS_ENABLED: true
image:
repository: ghcr.io/mendhak/http-https-echo
- tag: 33
+ tag: 34
probes:
liveness:
custom: true
enabled: true
spec:
failureThreshold: 3
--- kubernetes/apps/home-automation/frigate/app Kustomization: flux-system/frigate ExternalSecret: home-automation/frigate
+++ kubernetes/apps/home-automation/frigate/app Kustomization: flux-system/frigate ExternalSecret: home-automation/frigate
@@ -53,11 +53,11 @@
target:
name: frigate-secret
template:
data:
FRIGATE_MQTT_PASSWORD: '{{ .X_EMQX_MQTT_PASSWORD }}'
FRIGATE_MQTT_USERNAME: '{{ .X_EMQX_MQTT_USERNAME }}'
- FRIGATE_REOLINK_PASSWORD: '{{ .REOLINK_PASSWORD }}'
- FRIGATE_REOLINK_USERNAME: '{{ .REOLINK_USERNAME }}'
PLUS_API_KEY: '{{ .FRIGATE_PLUS_API_KEY }}'
+ REOLINK_PASSWORD: '{{ .REOLINK_PASSWORD }}'
+ REOLINK_USERNAME: '{{ .REOLINK_USERNAME }}'
engineVersion: v2
--- kubernetes/apps/home-automation/frigate/app Kustomization: flux-system/frigate ConfigMap: home-automation/frigate-configmap
+++ kubernetes/apps/home-automation/frigate/app Kustomization: flux-system/frigate ConfigMap: home-automation/frigate-configmap
@@ -74,17 +74,17 @@
# frigate_basement_hq: rtspx://192.168.1.1:7441/ClBFQnBDDpfV3LeX
# frigate_basement_lq: rtspx://192.168.1.1:7441/RCB8niMyOC24qh2G
go2rtc:
streams:
reolink_rlc1212a_frontdoor:
- # - "ffmpeg:http://10.10.32.4/flv?port=1935&app=bcs&stream=channel0_main.bcs&user={FRIGATE_REOLINK_USERNAME}&password={FRIGATE_REOLINK_PASSWORD}#video=copy#audio=copy#audio=opus"
- - rtsp://{FRIGATE_REOLINK_USERNAME}:{FRIGATE_REOLINK_PASSWORD}@10.10.32.4:554
+ # - "ffmpeg:http://10.10.32.4/flv?port=1935&app=bcs&stream=channel0_main.bcs&user={REOLINK_USERNAME}&password={REOLINK_PASSWORD}#video=copy#audio=copy#audio=opus"
+ - rtsp://{REOLINK_USERNAME}:{REOLINK_PASSWORD}@10.10.32.4:554
reolink_rlc1212a_frontdoor_sub:
- # - "ffmpeg:http://10.10.32.4/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user={FRIGATE_REOLINK_USERNAME}&password={FRIGATE_REOLINK_PASSWORD}"
- - rtsp://{FRIGATE_REOLINK_USERNAME}:{FRIGATE_REOLINK_PASSWORD}@10.10.32.4:554
+ # - "ffmpeg:http://10.10.32.4/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user={REOLINK_USERNAME}&password={REOLINK_PASSWORD}"
+ - rtsp://{REOLINK_USERNAME}:{REOLINK_PASSWORD}@10.10.32.4:554
# ffmpeg:
# bin: ffmpeg
# volume: "-af \"volume=30dB\""
cameras:
reolink_rlc1212a_frontdoor:
--- HelmRelease: network/echo-server Deployment: network/echo-server
+++ HelmRelease: network/echo-server Deployment: network/echo-server
@@ -43,13 +43,13 @@
- name: LOG_IGNORE_PATH
value: /healthz
- name: LOG_WITHOUT_NEWLINE
value: 'true'
- name: PROMETHEUS_ENABLED
value: 'true'
- image: ghcr.io/mendhak/http-https-echo:33
+ image: ghcr.io/mendhak/http-https-echo:34
livenessProbe:
failureThreshold: 3
httpGet:
path: /healthz
port: 8080
initialDelaySeconds: 0
This PR contains the following updates:
33
->34
Release Notes
mendhak/docker-http-https-echo (ghcr.io/mendhak/http-https-echo)
### [`v34`](https://togithub.com/mendhak/docker-http-https-echo/blob/HEAD/CHANGELOG.md#Version-34---2024-08-17) [Compare Source](https://togithub.com/mendhak/docker-http-https-echo/compare/33...34) - Set `PRESERVE_HEADER_CASE` to `1` to attempt to preserve the case of headers in the response. - Set `OVERRIDE_RESPONSE_BODY_FILE_PATH` to a path, to override the response body with the contents of that file.Configuration
π Schedule: Branch creation - "on saturday" in timezone Asia/Kuala_Lumpur, Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» 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.
This PR was generated by Mend Renovate. View the repository job log.