From 51de18a8f6e14125f87c9d4f89ea563be44460b2 Mon Sep 17 00:00:00 2001 From: jaskaransarkaria Date: Thu, 31 Oct 2024 16:26:44 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20debian=20logrotate=20debc?= =?UTF-8?q?onf=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/values.yaml.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/values.yaml.tpl b/templates/values.yaml.tpl index cc35c7d..1b2021d 100644 --- a/templates/values.yaml.tpl +++ b/templates/values.yaml.tpl @@ -105,11 +105,12 @@ controller: - name: logrotate securityContext: runAsGroup: 82 - image: debian:bookworm-slim + image: debian:bookworm-20241016-slim command: - sh - -c - | + echo 'debconf debconf/frontend select Dialog' | debconf-set-selections apt update apt install logrotate -y groupadd -g 82 82