Skip to content
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
wants to merge 2 commits into from
Closed

OLD #6364

wants to merge 2 commits into from

Conversation

feisar-bot[bot]
Copy link
Contributor

@feisar-bot feisar-bot bot commented Dec 12, 2024

This PR contains the following updates:

Package Update Change
grafana (source) minor 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | grafana | 8.6.4 | 8.7.0 |
@feisar-bot
Copy link
Contributor Author

feisar-bot bot commented Dec 12, 2024

--- 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:

@feisar-bot
Copy link
Contributor Author

feisar-bot bot commented Dec 12, 2024

--- 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 auricom force-pushed the main branch 4 times, most recently from 6dcac4e to 9526e0a Compare December 15, 2024 13:45
@auricom auricom changed the title ⬆️ Update grafana ( 8.6.4 → 8.7.0 ) OLD Dec 26, 2024
@auricom auricom closed this Dec 26, 2024
@auricom auricom deleted the renovate/grafana-8.x branch December 26, 2024 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant