From 48a125d14321375a570a761555b4528ed1f9ccc5 Mon Sep 17 00:00:00 2001 From: nold Date: Fri, 10 Jan 2025 18:06:47 +0100 Subject: [PATCH] update(gluetun) --- projects/downloader/values/qbittorrent.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/projects/downloader/values/qbittorrent.yaml b/projects/downloader/values/qbittorrent.yaml index 01451ac9..117de110 100644 --- a/projects/downloader/values/qbittorrent.yaml +++ b/projects/downloader/values/qbittorrent.yaml @@ -83,6 +83,10 @@ persistence: addons: vpn: enabled: true + gluetun: + image: + repository: ghcr.io/qdm12/gluetun + tag: v3.40.0 env: VPN_SERVICE_PROVIDER: mullvad @@ -103,6 +107,7 @@ addons: name: wireguard-config securityContext: + privileged: true capabilities: add : - NET_ADMIN