Skip to content

Commit

Permalink
fix: 🐛 debian logrotate debconf warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Oct 31, 2024
1 parent 97be2a6 commit 784014c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/values.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@ controller:
- name: logrotate
securityContext:
runAsGroup: 82
image: debian:bookworm-slim
image: debian:bookworm-20241016-slim
command:
- sh
- -c
- |
export DEBIAN_FRONTEND=noninteractive
apt update
apt install logrotate -y
groupadd -g 82 82
Expand Down

0 comments on commit 784014c

Please sign in to comment.