From 148d994cff3deb633f61f6770ebd6e832c16e441 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 4 Jan 2026 14:44:46 -0600 Subject: [PATCH] upgrade glutun --- .../qbittorrent/templates/external-secret.yaml | 14 ++++++++++++++ clusters/cl01tl/helm/qbittorrent/values.yaml | 16 +++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/qbittorrent/templates/external-secret.yaml b/clusters/cl01tl/helm/qbittorrent/templates/external-secret.yaml index f69798801..f369f1685 100644 --- a/clusters/cl01tl/helm/qbittorrent/templates/external-secret.yaml +++ b/clusters/cl01tl/helm/qbittorrent/templates/external-secret.yaml @@ -19,6 +19,20 @@ spec: key: /protonvpn/conf/cl01tl metadataPolicy: None property: private-key + - secretKey: proton-email + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /protonvpn/conf/cl01tl + metadataPolicy: None + property: email + - secretKey: proton-password + remoteRef: + conversionStrategy: Default + decodingStrategy: None + key: /protonvpn/conf/cl01tl + metadataPolicy: None + property: password --- apiVersion: external-secrets.io/v1 diff --git a/clusters/cl01tl/helm/qbittorrent/values.yaml b/clusters/cl01tl/helm/qbittorrent/values.yaml index 0b3c942f4..09ce93358 100644 --- a/clusters/cl01tl/helm/qbittorrent/values.yaml +++ b/clusters/cl01tl/helm/qbittorrent/values.yaml @@ -48,7 +48,7 @@ qbittorrent: gluetun: image: repository: ghcr.io/qdm12/gluetun - tag: v3.40.4@sha256:e10584de1f82d8999e5e6c3111901d9d56a2eed21151fb96af060f390bbdfba8 + tag: v3.41.0@sha256:6b54856716d0de56e5bb00a77029b0adea57284cf5a466f23aad5979257d3045 pullPolicy: IfNotPresent lifecycle: postStart: @@ -64,6 +64,16 @@ qbittorrent: secretKeyRef: name: qbittorrent-wireguard-conf key: private-key + - name: UPDATER_PROTONVPN_EMAIL + valueFrom: + secretKeyRef: + name: qbittorrent-wireguard-conf + key: proton-email + - name: UPDATER_PROTONVPN_PASSWORD + valueFrom: + secretKeyRef: + name: qbittorrent-wireguard-conf + key: proton-password - name: VPN_PORT_FORWARDING value: "on" - name: VPN_PORT_FORWARDING_UP_COMMAND @@ -74,8 +84,8 @@ qbittorrent: value: 192.168.1.0/24,10.244.0.0/16 - name: FIREWALL_INPUT_PORTS value: 8080,9022 - - name: DOT - value: "off" + - name: DNS_UPSTREAM_RESOLVER_TYPE + value: dot securityContext: privileged: True capabilities: