Skip to content

Commit

Permalink
chore(container): update image busybox to 1ceb872
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent faae1b9 commit 707ab83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/home/localai/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:

initContainers:
download-model:
image: busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79
image: busybox@sha256:1ceb872bcc68a8fcd34c97952658b58086affdcb604c90c1dee2735bde5edc2f
command: ["/bin/sh", "-c"]
args:
- |
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/media/calibre/server/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
values:
initContainers:
update-volume-permission:
image: busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79
image: busybox@sha256:1ceb872bcc68a8fcd34c97952658b58086affdcb604c90c1dee2735bde5edc2f
command: ["sh", "-c", "chown -R 1000:1000 /config"]
volumeMounts:
- name: config
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/media/calibre/web/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
values:
initContainers:
update-volume-permission:
image: busybox@sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79
image: busybox@sha256:1ceb872bcc68a8fcd34c97952658b58086affdcb604c90c1dee2735bde5edc2f
command: ["sh", "-c", "chown -R 1000:1000 /config"]
volumeMounts:
- name: config
Expand Down

0 comments on commit 707ab83

Please sign in to comment.