Skip to content

Commit

Permalink
Bumped qbittorrent
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamingRaven committed Feb 4, 2025
1 parent 7a7f073 commit e3f0eb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/qbittorrent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "4.6.5-r0-ls336"
appVersion: "5.0.3" # renovate: datasource=docker depName=ghcr.io/linuxserver/qbittorrent
description: A Helm chart for Kubernetes
name: qbittorrent
type: application
version: 0.4.0
version: 0.5.0
dependencies:
- name: corvid
version: 0.12.0
Expand Down
6 changes: 3 additions & 3 deletions charts/qbittorrent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Helm chart for Kubernetes

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.5-r0-ls336](https://img.shields.io/badge/AppVersion-4.6.5--r0--ls336-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: 5.0.3](https://img.shields.io/badge/AppVersion-5.0.3-informational?style=flat-square)

This helm chart is used to deploy qBittorrent into a kubernetes cluster.
This uses mostly standard values you will also find in other charts like those of bitnami.
Expand Down Expand Up @@ -138,9 +138,9 @@ $ helm install qbittorrent raven/qbittorrent
| env[2].value | string | `"Europe/London"` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"lscr.io"` | |
| image.registry | string | `"ghcr.io"` | |
| image.repository | string | `"linuxserver/qbittorrent"` | |
| image.tag | string | `"4.6.5-r0-ls336"` | |
| image.tag | string | `"5.0.3"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/qbittorrent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ replicaCount: 1

image:
## @param image.registry [string] Image container registry
registry: lscr.io
registry: ghcr.io
## @param image.repository [string] Image repository
repository: linuxserver/qbittorrent
## @param image.pullPolicy [string] Image pull policy
pullPolicy: IfNotPresent
## @param image.tag [string] Overrides the image tag whose default is the chart appVersion.
tag: "4.6.5-r0-ls336"
tag: "5.0.3"

persistence:
enabled: true
Expand Down

0 comments on commit e3f0eb0

Please sign in to comment.