parent
6d1eb78afa
commit
a4bf7ea1a8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue