mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 19:43:12 +00:00
fix: Correct Frigate init container image tag from 0.17.1 to busybox 1.36
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: frigate
|
name: frigate
|
||||||
description: Frigate NVR Helm chart with Rockchip RK3588 hardware acceleration (CPU/GPU/NPU)
|
description: Frigate NVR Helm chart with Rockchip RK3588 hardware acceleration (CPU/GPU/NPU)
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.1
|
version: 0.2.2
|
||||||
appVersion: "0.17.1"
|
appVersion: "0.17.1"
|
||||||
annotations:
|
annotations:
|
||||||
version-source: github-release:blakeblackshear/frigate
|
version-source: github-release:blakeblackshear/frigate
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ image:
|
|||||||
# Image used by the seed init container (needs `cp` + `sh`)
|
# Image used by the seed init container (needs `cp` + `sh`)
|
||||||
initImage:
|
initImage:
|
||||||
repository: busybox
|
repository: busybox
|
||||||
tag: "0.17.1"
|
tag: "1.36"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
timezone: "Europe/Kyiv"
|
timezone: "Europe/Kyiv"
|
||||||
|
|||||||
Reference in New Issue
Block a user