From 82936fb01075f08b6abf6e8a99c4994d9e558670 Mon Sep 17 00:00:00 2001 From: sHa Date: Sat, 23 May 2026 20:03:30 +0300 Subject: [PATCH] fix: Correct Frigate init container image tag from 0.17.1 to busybox 1.36 --- frigate/Chart.yaml | 2 +- frigate/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frigate/Chart.yaml b/frigate/Chart.yaml index c40b404..061d9ad 100644 --- a/frigate/Chart.yaml +++ b/frigate/Chart.yaml @@ -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 diff --git a/frigate/values.yaml b/frigate/values.yaml index e26e185..fe9b846 100644 --- a/frigate/values.yaml +++ b/frigate/values.yaml @@ -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"