diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index b20c3c3..138c381 100644 --- a/charts/qbittorrent/Chart.yaml +++ b/charts/qbittorrent/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: qbittorrent description: qbittorrent helm chart for Kubernetes type: application -version: 0.4.3 +version: 0.4.4 # image: ghcr.io/onedr0p/qbittorrent appVersion: "4.6.5" maintainers: diff --git a/charts/qbittorrent/README.md b/charts/qbittorrent/README.md index 6886dcb..5dd0ece 100644 --- a/charts/qbittorrent/README.md +++ b/charts/qbittorrent/README.md @@ -1,6 +1,6 @@ # qbittorrent -![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-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.4.4](https://img.shields.io/badge/Version-0.4.4-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 diff --git a/charts/qbittorrent/templates/deployment.yaml b/charts/qbittorrent/templates/deployment.yaml index 351d8da..07b730c 100644 --- a/charts/qbittorrent/templates/deployment.yaml +++ b/charts/qbittorrent/templates/deployment.yaml @@ -59,8 +59,8 @@ spec: value: "{{ $.Values.service.web.port }}" - name: QBITTORRENT__BT_PORT value: "8388" - {{- with .Values.extraEnvFrom }} - {{- toYaml .Values.extraEnv | nindent 12 }} + {{- with .Values.extraEnv }} + {{- toYaml . | nindent 12 }} {{- end }} {{- with .Values.extraEnvFrom }} envFrom: