diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index 4534df1d861..f3ec21251b9 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 4.0.7 +version: 4.0.8 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/pihole/values.yaml b/charts/stable/pihole/values.yaml index 30b3e953458..6103ef8aeaa 100644 --- a/charts/stable/pihole/values.yaml +++ b/charts/stable/pihole/values.yaml @@ -29,6 +29,7 @@ service: enabled: true ports: dns-tcp: + type: TCP enabled: true port: 53 targetPort: 53 @@ -36,6 +37,7 @@ service: enabled: true ports: dns: + type: UDP enabled: true port: 53 targetPort: 53 diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index a8ff6bfab94..59fe7347a12 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -19,10 +19,9 @@ maintainers: name: qbittorrent sources: null type: application -version: 9.0.9 +version: 9.0.10 annotations: truecharts.org/catagories: | - media - truecharts.org/SCALE-support: "true" truecharts.org/grade: U diff --git a/charts/stable/qbittorrent/templates/_configmap.tpl b/charts/stable/qbittorrent/templates/_configmap.tpl index d52c601514c..ebcc4bf64af 100644 --- a/charts/stable/qbittorrent/templates/_configmap.tpl +++ b/charts/stable/qbittorrent/templates/_configmap.tpl @@ -10,7 +10,7 @@ metadata: {{- include "common.labels" . | nindent 4 }} data: {{- $bittorrentPort := "" -}} - {{- $bittorrentPort = .Values.service.torrent.ports.tcp.port -}} + {{- $bittorrentPort = .Values.service.torrent.ports.torrent.port -}} {{- if $bittorrentPort }} 31-update-port: |- #!/bin/bash