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"