From 7e0a38d65f68bd8380ad4804e87a741348e5afeb Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Tue, 12 May 2026 09:24:24 +0200 Subject: [PATCH] build: pin gluetun to v3.41.1 Fixes VPN restart loop after :latest pulled a build with the Alpine 3.22 iptables parsing regression and the healthcheck race (#3123). v3.41.1 includes the k8s cluster-DNS auto-detection so DNS lookups in the startup healthcheck no longer time out behind the killswitch. Co-Authored-By: Claude Opus 4.7 --- helm-values/qbittorrent_values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-values/qbittorrent_values.yaml b/helm-values/qbittorrent_values.yaml index 865d323..4547645 100644 --- a/helm-values/qbittorrent_values.yaml +++ b/helm-values/qbittorrent_values.yaml @@ -55,7 +55,7 @@ qbittorrent: gluetun: image: repository: qmcgaw/gluetun - tag: latest + tag: v3.41.1 pullPolicy: IfNotPresent env: - name: VPN_SERVICE_PROVIDER