diff --git a/charts/qbittorrent/Chart.yaml b/charts/qbittorrent/Chart.yaml index 88ba78f..828529f 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.5 +version: 0.4.6 # image: ghcr.io/onedr0p/qbittorrent appVersion: "4.6.5" maintainers: diff --git a/charts/qbittorrent/templates/ingress.yaml b/charts/qbittorrent/templates/ingress.yaml index b8c65e7..80e6af9 100644 --- a/charts/qbittorrent/templates/ingress.yaml +++ b/charts/qbittorrent/templates/ingress.yaml @@ -33,9 +33,9 @@ spec: pathType: {{ .pathType }} backend: service: - name: {{ include "qbittorrent.fullname" $ }} + name: {{ include "qbittorrent.fullname" $ }}-web port: - number: {{ $.Values.service.port }} + number: {{ $.Values.service.web.port }} {{- end }} {{- end }} {{- end }}