diff --git a/templates/values.yaml.tpl b/templates/values.yaml.tpl index ec0ccc1..a620e95 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 - | + export DEBIAN_FRONTEND=noninteractive apt update apt install logrotate -y groupadd -g 82 82 @@ -190,7 +191,7 @@ controller: %{ endif ~} server-snippet: | if ($scheme != 'https') { - return 308 https://$host$request_uri; + return 308 https://$server_name$request_uri; } #