From 2584b63b9e3cd20d6d46d778bfb0027857bfc9ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 19:06:07 +0000 Subject: [PATCH] chore(container): update image busybox to ba76950 --- cluster/apps/home/localai/app/helm-release.yaml | 2 +- cluster/apps/media/calibre/server/helm-release.yaml | 2 +- cluster/apps/media/calibre/web/helm-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/apps/home/localai/app/helm-release.yaml b/cluster/apps/home/localai/app/helm-release.yaml index c155407b0..aa7a931ae 100644 --- a/cluster/apps/home/localai/app/helm-release.yaml +++ b/cluster/apps/home/localai/app/helm-release.yaml @@ -39,7 +39,7 @@ spec: initContainers: download-model: - image: busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd + image: busybox@sha256:ba76950ac9eaa407512c9d859cea48114eeff8a6f12ebaa5d32ce79d4a017dd8 command: ["/bin/sh", "-c"] args: - | diff --git a/cluster/apps/media/calibre/server/helm-release.yaml b/cluster/apps/media/calibre/server/helm-release.yaml index 6dd0c9c6c..788728b83 100644 --- a/cluster/apps/media/calibre/server/helm-release.yaml +++ b/cluster/apps/media/calibre/server/helm-release.yaml @@ -18,7 +18,7 @@ spec: values: initContainers: update-volume-permission: - image: busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd + image: busybox@sha256:ba76950ac9eaa407512c9d859cea48114eeff8a6f12ebaa5d32ce79d4a017dd8 command: ["sh", "-c", "chown -R 1000:1000 /config"] volumeMounts: - name: config diff --git a/cluster/apps/media/calibre/web/helm-release.yaml b/cluster/apps/media/calibre/web/helm-release.yaml index 757ba4f66..cdfc3d1c6 100644 --- a/cluster/apps/media/calibre/web/helm-release.yaml +++ b/cluster/apps/media/calibre/web/helm-release.yaml @@ -25,7 +25,7 @@ spec: values: initContainers: update-volume-permission: - image: busybox@sha256:6fcbd181125495adab5baffadddcc43345e28b17b6cb719ed02dc2da1796e9dd + image: busybox@sha256:ba76950ac9eaa407512c9d859cea48114eeff8a6f12ebaa5d32ce79d4a017dd8 command: ["sh", "-c", "chown -R 1000:1000 /config"] volumeMounts: - name: config