From c1a1b4063da28b85196271fb26f597dd03829bc5 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Thu, 15 Aug 2024 00:43:18 +0200 Subject: [PATCH] feat: upgrade gluetun to 3.39.0 (#91) Signed-off-by: Ludovic Ortega --- 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 828529f..e6bfe68 100644 --- a/charts/qbittorrent/Chart.yaml +++ b/charts/qbittorrent/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: qbittorrent description: qbittorrent helm chart for Kubernetes type: application -version: 0.4.6 +version: 0.5.0 # image: ghcr.io/onedr0p/qbittorrent appVersion: "4.6.5" maintainers: diff --git a/charts/qbittorrent/README.md b/charts/qbittorrent/README.md index e1f3a1a..ebd1518 100644 --- a/charts/qbittorrent/README.md +++ b/charts/qbittorrent/README.md @@ -1,6 +1,6 @@ # qbittorrent -![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.5](https://img.shields.io/badge/AppVersion-4.6.5-informational?style=flat-square) +![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.5](https://img.shields.io/badge/AppVersion-4.6.5-informational?style=flat-square) qbittorrent helm chart for Kubernetes @@ -53,7 +53,7 @@ helm repo add adminafk https://helm-charts.adminafk.fr | gluetun.image.registry | string | `"docker.io"` | | | gluetun.image.repository | string | `"qmcgaw/gluetun"` | | | gluetun.image.sha | string | `""` | | -| gluetun.image.tag | string | `"v3.38.0"` | | +| gluetun.image.tag | string | `"v3.39.0"` | | | gluetun.resources | object | `{}` | | | gluetun.securityContext.capabilities.add[0] | string | `"NET_ADMIN"` | | | gluetun.volumeMounts | list | `[]` | | diff --git a/charts/qbittorrent/values.yaml b/charts/qbittorrent/values.yaml index 7ff7808..252257a 100644 --- a/charts/qbittorrent/values.yaml +++ b/charts/qbittorrent/values.yaml @@ -141,7 +141,7 @@ gluetun: registry: docker.io repository: qmcgaw/gluetun pullPolicy: IfNotPresent - tag: "v3.38.0" + tag: "v3.39.0" sha: "" extraEnv: [] extraEnvFrom: []