-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OLD #6364
Closed
Closed
OLD #6364
+16
−12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | grafana | 8.6.4 | 8.7.0 |
--- kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana
+++ kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana
@@ -13,13 +13,13 @@
spec:
chart: grafana
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 8.6.4
+ version: 8.7.0
install:
remediation:
retries: 3
interval: 30m
uninstall:
keepHistory: false
--- kubernetes/apps/default/frigate/app Kustomization: flux-system/frigate ConfigMap: default/frigate-configmap
+++ kubernetes/apps/default/frigate/app Kustomization: flux-system/frigate ConfigMap: default/frigate-configmap
@@ -4,12 +4,18 @@
config.yml: |
---
logger:
default: info
# logs:
# frigate.record: debug
+
+ auth:
+ enabled: false
+
+ tls:
+ enabled: false
mqtt:
host: emqx.default.svc.cluster.local
topic_prefix: frigate
user: "{FRIGATE_MQTT_USERNAME}"
password: "{FRIGATE_MQTT_PASSWORD}"
@@ -20,57 +26,55 @@
detectors:
coral:
type: edgetpu
device: usb
ffmpeg:
- global_args: [-hide_banner, -loglevel, warning]
- hwaccel_args: [-hwaccel, vaapi, -hwaccel_device, /dev/dri/renderD128, -hwaccel_output_format, yuv420p]
- output_args:
- record: preset-record-generic-audio-aac
+ global_args: [-hide_banner, -loglevel, info]
+ hwaccel_args: preset-vaapi
snapshots:
enabled: true
- timestamp: false
+ timestamp: true
bounding_box: true
retain:
- default: 2
+ default: 7
record:
enabled: true
retain:
- days: 2
+ days: 7
mode: all
events:
retain:
- default: 2
+ default: 7
mode: active_objects
objects:
track: [person]
filters:
person:
min_area: 5000
max_area: 100000
threshold: 0.7
go2rtc:
streams:
- cam_01_bedroom: ffmpeg:https://cam-01-bedroom.{FRIGATE_SECRET_DOMAIN}:443/flv?port=1935&app=bcs&stream=channel0_main.bcs&user={FRIGATE_CAMERA_USER}&password={FRIGATE_CAMERA_PASSWORD}#video=copy#audio=copy#audio=opus
+ cam_01_bedroom: ffmpeg:https://cam-01-bedroom.{FRIGATE_SECRET_DOMAIN}:443/flv?port=1935&app=bcs&stream=channel0_main.bcs&user={FRIGATE_CAMERA_USER}&password={FRIGATE_CAMERA_PASSWORD}#video=copy#audio=copy
cam_01_bedroom_sub: ffmpeg:https://cam-01-bedroom.{FRIGATE_SECRET_DOMAIN}:443/flv?port=1935&app=bcs&stream=channel0_main.bcs&user={FRIGATE_CAMERA_USER}&password={FRIGATE_CAMERA_PASSWORD}
cameras:
cam-01-bedroom:
ffmpeg:
inputs:
- path: rtsp://localhost:8554/cam_01_bedroom?video=copy&audio=aac
input_args: preset-rtsp-restream
- roles: [record]
+ roles: [audio,record]
- path: rtsp://localhost:8554/cam_01_bedroom_sub?video=copy
input_args: preset-rtsp-restream
- roles: [detect]
+ roles: [audio,detect]
detect:
width: 640
height: 480
fps: 7
# objects:
# filters: |
--- HelmRelease: monitoring/grafana Deployment: monitoring/grafana
+++ HelmRelease: monitoring/grafana Deployment: monitoring/grafana
@@ -22,15 +22,15 @@
template:
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
- checksum/dashboards-json-config: 101dcfa36b75322cb0eb97ca47a639fccec1150f8461875b00ecafc9c50f1398
+ checksum/dashboards-json-config: ef8f6514e3e19fbedb7d1d02b9b41885eef9b98dbe6f4319c8e07def7c27ff59
checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
- checksum/secret: 007a1e6c74fb99ae964bc08fcc4a0f3987036857cdc4540da2273376e8c80dc7
+ checksum/secret: d3affc7fe7b5cc315f38480dafecbbb8deacd4e7738921e5145ad7bbbf5669cd
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
securityContext:
fsGroup: 472
@@ -138,13 +138,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-datasources-volume
mountPath: /etc/grafana/provisioning/datasources
- name: grafana
- image: docker.io/grafana/grafana:11.3.1
+ image: docker.io/grafana/grafana:11.4.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL |
auricom
force-pushed
the
main
branch
4 times, most recently
from
December 15, 2024 13:45
6dcac4e
to
9526e0a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.6.4
->8.7.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grafana/helm-charts (grafana)
v8.7.0
Compare Source
The leading tool for querying and visualizing time series and metrics.
What's Changed
Full Changelog: grafana/helm-charts@tempo-distributed-1.26.0...grafana-8.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.