Skip to content

Commit

Permalink
feat: use official qbittorrent image
Browse files Browse the repository at this point in the history
  • Loading branch information
M0NsTeRRR committed Mar 31, 2024
1 parent 67910c0 commit 6948ef7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/qbittorrent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: qbittorrent
description: qbittorrent helm chart for Kubernetes
type: application
version: 0.1.0
# image: linuxserver/qbittorrent
appVersion: "4.0.2.1183-ls232"
version: 0.1.1
# image: qbittorrent/docker-qbittorrent-nox
appVersion: "4.6.4-1"
sources:
- https://github.com/M0NsTeRRR/helm-charts/tree/main/charts/radarr
home: https://github.com/qbittorrent/qBittorrent
Expand Down
6 changes: 3 additions & 3 deletions charts/qbittorrent/README.md
Original file line number Diff line number Diff line change
@@ -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: 4.0.2.1183-ls232](https://img.shields.io/badge/AppVersion-4.0.2.1183--ls232-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.4-1](https://img.shields.io/badge/AppVersion-4.6.4--1-informational?style=flat-square)

qbittorrent helm chart for Kubernetes

Expand Down Expand Up @@ -35,8 +35,8 @@ helm repo add adminafk https://helm-charts.adminafk.fr
| extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the qbittorrent pods |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.registry | string | `"lscr.io"` | |
| image.repository | string | `"linuxserver/qbittorrent"` | |
| image.registry | string | `"ghcr.io"` | |
| image.repository | string | `"qbittorrent/docker-qbittorrent-nox"` | |
| image.sha | string | `""` | |
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/qbittorrent/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
replicaCount: 1

image:
registry: lscr.io
repository: linuxserver/qbittorrent
registry: ghcr.io
repository: qbittorrent/docker-qbittorrent-nox
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit 6948ef7

Please sign in to comment.