fix(qbittorrent and pihole): fix some port issues

Fixes: #1298
This commit is contained in:
kjeld Schouten-Lebbing 2021-11-10 00:56:23 +01:00
parent 6d1eb78afa
commit a4bf7ea1a8
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
4 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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