diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 38aae26e..86cf9485 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: v4.3.7 +appVersion: v4.4.2 description: qBittorrent is a cross-platform free and open-source BitTorrent client name: qbittorrent -version: 13.2.0 +version: 13.3.0 kubeVersion: ">=1.16.0-0" keywords: - qbittorrent @@ -22,4 +22,4 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: Upgraded `common` chart dependency to version `4.3.0`. + description: Updated docker image to be the latest one. diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md index 7c149871..8b61bde6 100644 --- a/charts/stable/qbittorrent/README.md +++ b/charts/stable/qbittorrent/README.md @@ -1,6 +1,6 @@ # qbittorrent -![Version: 13.2.0](https://img.shields.io/badge/Version-13.2.0-informational?style=flat-square) ![AppVersion: v4.3.7](https://img.shields.io/badge/AppVersion-v4.3.7-informational?style=flat-square) +![Version: 13.3.0](https://img.shields.io/badge/Version-13.3.0-informational?style=flat-square) ![AppVersion: v4.4.2](https://img.shields.io/badge/AppVersion-v4.4.2-informational?style=flat-square) qBittorrent is a cross-platform free and open-source BitTorrent client @@ -80,7 +80,7 @@ N/A | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/k8s-at-home/qbittorrent"` | image repository | -| image.tag | string | `"v4.3.7"` | image tag | +| image.tag | string | `"v4.4.2"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | metrics.enabled | bool | See values.yaml | Enable and configure prometheus-qbittorrent-exporter sidecar and Prometheus podMonitor. | | metrics.exporter.env.logLevel | string | `"INFO"` | log level [DEBUG|INFO|WARNING|ERROR|CRITICAL] | @@ -101,7 +101,7 @@ N/A ## Changelog -### Version 13.2.0 +### Version 13.3.0 #### Added @@ -109,7 +109,7 @@ N/A #### Changed -* Upgraded `common` chart dependency to version `4.3.0`. +* Updated docker image to be the latest one. #### Fixed diff --git a/charts/stable/qbittorrent/values.yaml b/charts/stable/qbittorrent/values.yaml index adfadddb..fbb00c3b 100644 --- a/charts/stable/qbittorrent/values.yaml +++ b/charts/stable/qbittorrent/values.yaml @@ -8,8 +8,8 @@ image: # -- image repository repository: ghcr.io/k8s-at-home/qbittorrent - # -- image tag - tag: v4.3.7 + # @default -- chart.appVersion + tag: # -- image pull policy pullPolicy: IfNotPresent