Merge branch 'renovate/ghcr.io-qdm12-gluetun-3.x' into 'master'
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

Update ghcr.io/qdm12/gluetun Docker tag to v3.41

See merge request deepcypher/dc-kc!957
This commit is contained in:
George Onoufriou
2026-01-22 00:15:53 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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` | |

View File

@@ -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: