diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index 6b01793..03a4e2d 100644 --- a/charts/qbittorrent/Chart.yaml +++ b/charts/qbittorrent/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: qbittorrent -version: 0.0.4 +version: 0.0.5 description: Chart for qBittorrent keywords: - downloads diff --git a/charts/qbittorrent/templates/deployment.yaml b/charts/qbittorrent/templates/deployment.yaml index 57fe2bb..78ad3b6 100644 --- a/charts/qbittorrent/templates/deployment.yaml +++ b/charts/qbittorrent/templates/deployment.yaml @@ -107,7 +107,7 @@ spec: - name: QBITTORRENT_PORT value: "{{ .Values.server.service.http.port }}" - name: EXPORTER_PORT - value: 9022 + value: "9022" {{- end }} volumes: