Skip to content

Commit

Permalink
feat: upgrade gluetun to 3.39.0 (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Ortega <[email protected]>
  • Loading branch information
M0NsTeRRR authored Aug 14, 2024
1 parent 9218433 commit c1a1b40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/qbittorrent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/qbittorrent/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 | `[]` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/qbittorrent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ gluetun:
registry: docker.io
repository: qmcgaw/gluetun
pullPolicy: IfNotPresent
tag: "v3.38.0"
tag: "v3.39.0"
sha: ""
extraEnv: []
extraEnvFrom: []
Expand Down

0 comments on commit c1a1b40

Please sign in to comment.