2 Commits

Author SHA1 Message Date
30caf8bf66 Update renovate/renovate Docker tag to v41.62.3 2025-08-12 00:00:47 +00:00
0985832c2d disable gpu accel in frigate 2025-08-11 20:24:32 +02:00
2 changed files with 14 additions and 14 deletions

View File

@@ -107,8 +107,8 @@ spec:
# Uparty false positive
mask: 0.739,0.725,0.856,0.76,0.862,0.659,0.746,0.614
ffmpeg:
hwaccel_args: preset-vaapi
# ffmpeg:
# hwaccel_args: preset-vaapi
detectors:
ov_0:
@@ -164,16 +164,16 @@ spec:
kubernetes.io/hostname: anapistula-delrosalae
# GPU access
extraVolumes:
- name: dri
hostPath:
path: /dev/dri/renderD128
type: CharDevice
# extraVolumes:
# - name: dri
# hostPath:
# path: /dev/dri/renderD128
# type: CharDevice
extraVolumeMounts:
- name: dri
mountPath: /dev/dri/renderD128
# extraVolumeMounts:
# - name: dri
# mountPath: /dev/dri/renderD128
securityContext:
# Not ideal
privileged: true
# securityContext:
# # Not ideal
# privileged: true

View File

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