diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index d20cdf6..d17de0a 100644 --- a/charts/qbittorrent/Chart.yaml +++ b/charts/qbittorrent/Chart.yaml @@ -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 diff --git a/charts/qbittorrent/README.md b/charts/qbittorrent/README.md index fb46504..272cde9 100644 --- a/charts/qbittorrent/README.md +++ b/charts/qbittorrent/README.md @@ -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 @@ -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 | `[]` | | diff --git a/charts/qbittorrent/values.yaml b/charts/qbittorrent/values.yaml index 25ab216..10d2750 100644 --- a/charts/qbittorrent/values.yaml +++ b/charts/qbittorrent/values.yaml @@ -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: ""