fix: Correct Frigate init container image tag from 0.17.1 to busybox 1.36

This commit is contained in:
sha
2026-05-23 20:03:30 +03:00
parent 92df7d7016
commit 82936fb010
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v2
name: frigate
description: Frigate NVR Helm chart with Rockchip RK3588 hardware acceleration (CPU/GPU/NPU)
type: application
version: 0.2.1
version: 0.2.2
appVersion: "0.17.1"
annotations:
version-source: github-release:blakeblackshear/frigate
+1 -1
View File
@@ -10,7 +10,7 @@ image:
# Image used by the seed init container (needs `cp` + `sh`)
initImage:
repository: busybox
tag: "0.17.1"
tag: "1.36"
pullPolicy: IfNotPresent
timezone: "Europe/Kyiv"