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

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.61.0-full image: renovate/renovate:41.62.3-full
envFrom: envFrom:
- secretRef: - secretRef:
name: renovate-gitea-token name: renovate-gitea-token