From fda95a18eb7b3634876b493a1104fe649f4b28aa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 Jan 2026 00:33:52 +0000 Subject: [PATCH] Update ghcr.io/qdm12/gluetun Docker tag to v3.41 --- charts/qbittorrent/Chart.yaml | 2 +- charts/qbittorrent/README.md | 4 ++-- charts/qbittorrent/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index 12a4176b..d17ea851 100644 --- a/charts/qbittorrent/Chart.yaml +++ b/charts/qbittorrent/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/qbittorrent/README.md b/charts/qbittorrent/README.md index 31fc973a..8bcd0ece 100644 --- a/charts/qbittorrent/README.md +++ b/charts/qbittorrent/README.md @@ -1,6 +1,6 @@ # qbittorrent -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square) A Helm chart for Kubernetes @@ -42,7 +42,7 @@ A Helm chart for Kubernetes | qbittorrent.initContainers[0].env[1].value | string | `"on"` | | | qbittorrent.initContainers[0].env[2].name | string | `"FIREWALL_INPUT_PORTS"` | | | qbittorrent.initContainers[0].env[2].value | string | `"8080"` | | -| qbittorrent.initContainers[0].image | string | `"ghcr.io/qdm12/gluetun:v3.40"` | | +| qbittorrent.initContainers[0].image | string | `"ghcr.io/qdm12/gluetun:v3.41"` | | | qbittorrent.initContainers[0].imagePullPolicy | string | `"Always"` | | | qbittorrent.initContainers[0].name | string | `"gluetun"` | | | qbittorrent.initContainers[0].ports[0].containerPort | int | `8888` | | diff --git a/charts/qbittorrent/values.yaml b/charts/qbittorrent/values.yaml index 9d36c8da..fbd15954 100644 --- a/charts/qbittorrent/values.yaml +++ b/charts/qbittorrent/values.yaml @@ -53,7 +53,7 @@ qbittorrent: # https://github.com/qdm12/gluetun # https://github.com/qdm12/gluetun-wiki/pull/7 - name: gluetun # init sidecar for VPN connection - image: "ghcr.io/qdm12/gluetun:v3.40" + image: "ghcr.io/qdm12/gluetun:v3.41" restartPolicy: Always # makes this init into a sidecar container k8s 1.29 imagePullPolicy: Always ports: