Skip to content

Commit

Permalink
cernbox: Use busybox with 'stable' tag for initContainer
Browse files Browse the repository at this point in the history
We were hit by [this](mirror/busybox#63) using latest
  • Loading branch information
ebocchi committed Jan 18, 2023
1 parent e28ab00 commit 8223df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cernbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cernbox-web:
initContainers:
- name: cernbox-web-init
# -- image that the initContainer should use
image: busybox
image: busybox:stable
# -- Command that the initContainer runs after startup
command: ["/bin/sh", "/root/cbox_init.sh"]
# -- Environment Variables
Expand Down

0 comments on commit 8223df7

Please sign in to comment.