From 8223df747837c792072db79003134e239154d6f6 Mon Sep 17 00:00:00 2001 From: Enrico Bocchi Date: Wed, 18 Jan 2023 13:56:43 +0100 Subject: [PATCH] cernbox: Use busybox with 'stable' tag for initContainer We were hit by [this](https://github.com/mirror/busybox/issues/63) using latest --- cernbox/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cernbox/values.yaml b/cernbox/values.yaml index 81e330b..6049503 100644 --- a/cernbox/values.yaml +++ b/cernbox/values.yaml @@ -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