helm-chart: move alpine init-container image to containers folder

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-03-26 23:38:00 +01:00
parent 25c580bca3
commit 9a9ea694b2
2 changed files with 9 additions and 4 deletions

View file

@ -0,0 +1,5 @@
# syntax=docker/dockerfile:latest
FROM alpine:3.21
RUN set -ex; \
apk upgrade --no-cache -a