From 1a7553a667476036a76502562dceb300e7944cc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:11:45 +0000 Subject: [PATCH] chore(container): update image busybox to c230832 --- cluster/staging/apps/media/calibre/server/helm-release.yaml | 2 +- cluster/staging/apps/media/calibre/web/helm-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/staging/apps/media/calibre/server/helm-release.yaml b/cluster/staging/apps/media/calibre/server/helm-release.yaml index c9fd69f11..3e0b25762 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:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41 + image: busybox@sha256:c230832bd3b0be59a6c47ed64294f9ce71e91b327957920b6929a0caa8353140 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 822504bf7..30210946c 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:34b191d63fbc93e25e275bfccf1b5365664e5ac28f06d974e8d50090fbb49f41 + image: busybox@sha256:c230832bd3b0be59a6c47ed64294f9ce71e91b327957920b6929a0caa8353140 command: ["sh", "-c", "chown -R 1000:1000 /config"] volumeMounts: - name: config