Skip to content

Commit

Permalink
chore(container): update image busybox to 3d3698b
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent 5d3a94e commit 321c151
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/staging/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:0d5085d6c05a37b52a42bd3d061b743a6b284f23a0deac169d97b5fe274e88b1
image: busybox@sha256:3d3698b745b0c67ddf2c515650b42955b0bcd123c92060008aae4f4aac1c77b3
command: ["/bin/sh", "-c"]
args:
- |
Expand Down
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:0d5085d6c05a37b52a42bd3d061b743a6b284f23a0deac169d97b5fe274e88b1
image: busybox@sha256:3d3698b745b0c67ddf2c515650b42955b0bcd123c92060008aae4f4aac1c77b3
command: ["sh", "-c", "chown -R 1000:1000 /config"]
volumeMounts:
- name: config
Expand Down
2 changes: 1 addition & 1 deletion cluster/staging/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:0d5085d6c05a37b52a42bd3d061b743a6b284f23a0deac169d97b5fe274e88b1
image: busybox@sha256:3d3698b745b0c67ddf2c515650b42955b0bcd123c92060008aae4f4aac1c77b3
command: ["sh", "-c", "chown -R 1000:1000 /config"]
volumeMounts:
- name: config
Expand Down

0 comments on commit 321c151

Please sign in to comment.