Skip to content

Commit

Permalink
chore(container): update image busybox to 6e49438
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2023
1 parent 95e7118 commit 492174d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cluster/apps.bak/media/calibre-web/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
values:
initContainers:
update-volume-permission:
image: busybox@sha256:b58e890a4eaaaf8a8b756af0632442acdc2a630fe771825403c8e51cb140d14c
image: busybox@sha256:6e494387c901caf429c1bf77bd92fb82b33a68c0e19f6d1aa6a3ac8d27a7049d
command: ["sh", "-c", "chown -R 1000:1000 /config"]
volumeMounts:
- name: config
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps.bak/media/calibre/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:b58e890a4eaaaf8a8b756af0632442acdc2a630fe771825403c8e51cb140d14c
image: busybox@sha256:6e494387c901caf429c1bf77bd92fb82b33a68c0e19f6d1aa6a3ac8d27a7049d
command: ["sh", "-c", "chown -R 1000:1000 /config"]
volumeMounts:
- name: config
Expand Down
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:b58e890a4eaaaf8a8b756af0632442acdc2a630fe771825403c8e51cb140d14c
image: busybox@sha256:6e494387c901caf429c1bf77bd92fb82b33a68c0e19f6d1aa6a3ac8d27a7049d
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:b58e890a4eaaaf8a8b756af0632442acdc2a630fe771825403c8e51cb140d14c
image: busybox@sha256:6e494387c901caf429c1bf77bd92fb82b33a68c0e19f6d1aa6a3ac8d27a7049d
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:b58e890a4eaaaf8a8b756af0632442acdc2a630fe771825403c8e51cb140d14c
image: busybox@sha256:6e494387c901caf429c1bf77bd92fb82b33a68c0e19f6d1aa6a3ac8d27a7049d
command: ["sh", "-c", "chown -R 1000:1000 /config"]
volumeMounts:
- name: config
Expand Down

0 comments on commit 492174d

Please sign in to comment.