From 449c5bf33a4d516bfd12eacf1e846c8662c518f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 01:03:40 +0000 Subject: [PATCH] chore(container): update image busybox to 650fd57 --- cluster/staging/apps/home/localai/app/helm-release.yaml | 2 +- cluster/staging/apps/media/calibre/server/helm-release.yaml | 2 +- cluster/staging/apps/media/calibre/web/helm-release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/staging/apps/home/localai/app/helm-release.yaml b/cluster/staging/apps/home/localai/app/helm-release.yaml index e5d83ac4a..f2b1da50e 100644 --- a/cluster/staging/apps/home/localai/app/helm-release.yaml +++ b/cluster/staging/apps/home/localai/app/helm-release.yaml @@ -39,7 +39,7 @@ spec: initContainers: download-model: - image: busybox@sha256:478209e7be50e5f5c9fd47a6a71d43c119dd44c393160e49dc4bb86f99a439de + image: busybox@sha256:650fd573e056b679a5110a70aabeb01e26b76e545ec4b9c70a9523f2dfaf18c6 command: ["/bin/sh", "-c"] args: - | diff --git a/cluster/staging/apps/media/calibre/server/helm-release.yaml b/cluster/staging/apps/media/calibre/server/helm-release.yaml index d6813dfe9..9696dd32c 100644 --- a/cluster/staging/apps/media/calibre/server/helm-release.yaml +++ b/cluster/staging/apps/media/calibre/server/helm-release.yaml @@ -18,7 +18,7 @@ spec: values: initContainers: update-volume-permission: - image: busybox@sha256:478209e7be50e5f5c9fd47a6a71d43c119dd44c393160e49dc4bb86f99a439de + image: busybox@sha256:650fd573e056b679a5110a70aabeb01e26b76e545ec4b9c70a9523f2dfaf18c6 command: ["sh", "-c", "chown -R 1000:1000 /config"] volumeMounts: - name: config diff --git a/cluster/staging/apps/media/calibre/web/helm-release.yaml b/cluster/staging/apps/media/calibre/web/helm-release.yaml index 8314a5c1c..3a082164a 100644 --- a/cluster/staging/apps/media/calibre/web/helm-release.yaml +++ b/cluster/staging/apps/media/calibre/web/helm-release.yaml @@ -25,7 +25,7 @@ spec: values: initContainers: update-volume-permission: - image: busybox@sha256:478209e7be50e5f5c9fd47a6a71d43c119dd44c393160e49dc4bb86f99a439de + image: busybox@sha256:650fd573e056b679a5110a70aabeb01e26b76e545ec4b9c70a9523f2dfaf18c6 command: ["sh", "-c", "chown -R 1000:1000 /config"] volumeMounts: - name: config