diff --git a/charts/incubator/adguard-home/Chart.yaml b/charts/incubator/adguard-home/Chart.yaml index 60ad6e40a6b..8d4e68d58a7 100644 --- a/charts/incubator/adguard-home/Chart.yaml +++ b/charts/incubator/adguard-home/Chart.yaml @@ -18,7 +18,7 @@ maintainers: name: adguard-home sources: - https://hub.docker.com/r/adguard/adguardhome -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/adguard-home/questions.yaml b/charts/incubator/adguard-home/questions.yaml index a815dee4034..a238df2eaa1 100644 --- a/charts/incubator/adguard-home/questions.yaml +++ b/charts/incubator/adguard-home/questions.yaml @@ -139,9 +139,9 @@ questions: schema: type: int default: 3000 - - variable: dns - label: "DNS Service" - description: "DNS service" + - variable: dns-tcp + label: "dns-tcp Service" + description: "dns-tcp service" schema: additional_attrs: true type: dict @@ -194,6 +194,14 @@ questions: schema: type: int default: 53 + - variable: dns-udp + label: "dns-udp Service" + description: "dns-udp service" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: dns-udp label: "dns-udp Service Port Configuration" schema: @@ -241,9 +249,9 @@ questions: schema: type: int default: 53 - - variable: dns-doh - label: "dns-doh Service" - description: "The dns-doh service." + - variable: dns-http + label: "dns-http Service" + description: "The dns-http service." schema: additional_attrs: true type: dict @@ -296,6 +304,14 @@ questions: schema: type: int default: 80 + - variable: dns-https + label: "dns-https Service" + description: "The dns-https service." + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: dns-https label: "dns-https Service Port Configuration" schema: @@ -320,7 +336,7 @@ questions: label: "Port Type" schema: type: string - default: "HTTPS" + default: "HTTP" enum: - value: HTTP description: "HTTP" @@ -343,6 +359,14 @@ questions: schema: type: int default: 443 + - variable: dns-https-udp + label: "dns-https-udp Service" + description: "The dns-https-udp service." + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: dns-https-udp label: "dns-https-udp Service Port Configuration" schema: @@ -398,8 +422,8 @@ questions: type: dict attrs: # Include{serviceSelector} - - variable: dns-crypt-tcp - label: "dns-crypt-tcp Service Port Configuration" + - variable: dns-crypt + label: "dns-crypt Service Port Configuration" schema: additional_attrs: true type: dict @@ -422,7 +446,7 @@ questions: label: "Port Type" schema: type: string - default: "TCP" + default: "HTTP" enum: - value: HTTP description: "HTTP" @@ -445,6 +469,14 @@ questions: schema: type: int default: 5443 + - variable: dns-crypt-udp + label: "dns-crypt-udp Service" + description: "The dns-crypt-udp service." + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: dns-crypt-udp label: "dns-crypt-udp Service Port Configuration" schema: @@ -492,9 +524,9 @@ questions: schema: type: int default: 5443 - - variable: dns-quic - label: "dns-quic Service" - description: "The dns-quic service." + - variable: dns-quic-udp-1 + label: "dns-quic-udp-1 Service" + description: "The dns-quic-udp-1 service." schema: additional_attrs: true type: dict @@ -547,6 +579,14 @@ questions: schema: type: int default: 784 + - variable: dns-quic-udp-2 + label: "dns-quic-udp-2 Service" + description: "The dns-quic-udp-2 service." + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: dns-quic-udp-2 label: "dns-quic-udp-2 Service Port Configuration" schema: @@ -594,6 +634,14 @@ questions: schema: type: int default: 853 + - variable: dns-quic-udp-3 + label: "dns-quic-udp-3 Service" + description: "The dns-quic-udp-3 service." + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: dns-quic-udp-3 label: "dns-quic-udp-3 Service Port Configuration" schema: diff --git a/charts/incubator/adguard-home/values.yaml b/charts/incubator/adguard-home/values.yaml index 22cecbac0de..bdcb1b49fea 100644 --- a/charts/incubator/adguard-home/values.yaml +++ b/charts/incubator/adguard-home/values.yaml @@ -18,29 +18,38 @@ service: main: port: 10232 targetPort: 3000 - dns: + dns-tcp: enabled: true ports: dns-tcp: enabled: true port: 53 targetPort: 53 + dns-udp: + enabled: true + ports: dns-udp: enabled: true protocol: UDP port: 53 targetPort: 53 - dns-doh: + dns-http: enabled: true ports: dns-http: enabled: true port: 10233 targetPort: 80 + dns-https: + enabled: true + ports: dns-https: enabled: true port: 10234 targetPort: 443 + dns-https-udp: + enabled: true + ports: dns-https-udp: enabled: true protocol: UDP @@ -49,16 +58,19 @@ service: dns-crypt: enabled: true ports: - dns-crypt-tcp: + dns-crypt: enabled: true port: 5443 targetPort: 5443 + dns-crypt-udp: + enabled: true + ports: dns-crypt-udp: enabled: true protocol: UDP port: 5443 targetPort: 5443 - dns-quic: + dns-quic-udp-1: enabled: true ports: dns-quic-udp-1: @@ -66,11 +78,17 @@ service: protocol: UDP port: 784 targetPort: 784 + dns-quic-udp-2: + enabled: true + ports: dns-quic-udp-2: enabled: true protocol: UDP port: 853 targetPort: 853 + dns-quic-udp-3: + enabled: true + ports: dns-quic-udp-3: enabled: true protocol: UDP diff --git a/charts/incubator/technitium/Chart.yaml b/charts/incubator/technitium/Chart.yaml index 6e6bc0e5ec4..cece24467ac 100644 --- a/charts/incubator/technitium/Chart.yaml +++ b/charts/incubator/technitium/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://technitium.com/ - https://hub.docker.com/r/technitium/dns-server type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - networking diff --git a/charts/incubator/technitium/questions.yaml b/charts/incubator/technitium/questions.yaml index 9e25e8c01af..2861105cb58 100644 --- a/charts/incubator/technitium/questions.yaml +++ b/charts/incubator/technitium/questions.yaml @@ -254,9 +254,9 @@ questions: type: int default: 5380 - - variable: dns - label: "DNS Service" - description: "DNS Service" + - variable: dns-udp + label: "DNS-UDP Service" + description: "DNS-UDP Service" schema: additional_attrs: true type: dict @@ -309,6 +309,15 @@ questions: schema: type: int default: 53 + + - variable: dns-tcp + label: "DNS-TCP Service" + description: "DNS-TCP Service" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: dns-tcp label: "DNS-TCP Service Port Configuration" schema: diff --git a/charts/incubator/technitium/values.yaml b/charts/incubator/technitium/values.yaml index 3f07f86921e..20b7da54fb2 100644 --- a/charts/incubator/technitium/values.yaml +++ b/charts/incubator/technitium/values.yaml @@ -33,13 +33,16 @@ service: main: port: 5380 targetPort: 5380 - dns: + dns-tcp: enabled: true ports: dns-tcp: enabled: true port: 53 targetPort: 53 + dns-udp: + enabled: true + ports: dns-udp: enabled: true protocol: UDP diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml index 791ef234d25..c3585c7e18a 100644 --- a/charts/stable/deluge/Chart.yaml +++ b/charts/stable/deluge/Chart.yaml @@ -21,7 +21,7 @@ name: deluge sources: - https://github.com/deluge-torrent/deluge type: application -version: 11.0.10 +version: 11.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/deluge/questions.yaml b/charts/stable/deluge/questions.yaml index cf8896480ad..150751fcca7 100644 --- a/charts/stable/deluge/questions.yaml +++ b/charts/stable/deluge/questions.yaml @@ -197,6 +197,14 @@ questions: schema: type: int default: 51413 + - variable: torrent-udp + label: "UDP Torrent Service" + description: "UDP Torrent Service" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: udp label: "UDP Service Port Configuration" schema: diff --git a/charts/stable/deluge/values.yaml b/charts/stable/deluge/values.yaml index da7a5313613..9168b444f04 100644 --- a/charts/stable/deluge/values.yaml +++ b/charts/stable/deluge/values.yaml @@ -24,6 +24,9 @@ service: enabled: true port: 51413 targetPort: 51413 + torrent-udp: + enabled: true + ports: udp: enabled: true port: 51413 diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml index 1d658e2796b..739c75285a8 100644 --- a/charts/stable/ipfs/Chart.yaml +++ b/charts/stable/ipfs/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: ipfs -version: 3.0.12 +version: 3.0.13 appVersion: "0.13.1" description: IPFS is a global, versioned, peer-to-peer filesystem. It combines good ideas from previous systems such Git, BitTorrent, Kademlia, SFS, and the Web. It is like a single bittorrent swarm, exchanging git objects. type: application diff --git a/charts/stable/ipfs/questions.yaml b/charts/stable/ipfs/questions.yaml index 01e6a6b3537..79925cc147c 100644 --- a/charts/stable/ipfs/questions.yaml +++ b/charts/stable/ipfs/questions.yaml @@ -171,8 +171,8 @@ questions: schema: type: int default: 5001 - - variable: peer - label: "Peer Service" + - variable: peer-tcp + label: "Peer-TCP Service" description: "The Peer-TCP service." schema: additional_attrs: true @@ -231,6 +231,14 @@ questions: schema: type: int default: 4001 + - variable: peer-udp + label: "Peer-UDP Service" + description: "The Peer-udp service." + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: peer-udp label: "Peer-UDP Service Port Configuration" schema: diff --git a/charts/stable/ipfs/values.yaml b/charts/stable/ipfs/values.yaml index 8b1fb30dd0f..748ddc90cd3 100644 --- a/charts/stable/ipfs/values.yaml +++ b/charts/stable/ipfs/values.yaml @@ -22,13 +22,16 @@ service: main: port: 10125 targetPort: 5001 - peer: + peer-tcp: enabled: true ports: peer-tcp: enabled: true targetPort: 4001 port: 4001 + peer-udp: + enabled: true + ports: peer-udp: protocol: UDP enabled: true diff --git a/charts/stable/logitech-media-server/Chart.yaml b/charts/stable/logitech-media-server/Chart.yaml index ac9fab83e94..c3d3956fd27 100644 --- a/charts/stable/logitech-media-server/Chart.yaml +++ b/charts/stable/logitech-media-server/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/Logitech/slimserver - https://hub.docker.com/r/lmscommunity/logitechmediaserver type: application -version: 4.0.10 +version: 4.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/logitech-media-server/questions.yaml b/charts/stable/logitech-media-server/questions.yaml index a7fd087585e..ad4011d249f 100644 --- a/charts/stable/logitech-media-server/questions.yaml +++ b/charts/stable/logitech-media-server/questions.yaml @@ -176,7 +176,7 @@ questions: default: 10059 required: true - - variable: player + - variable: playertcp label: "Logitech Media Server Player TCP Communcation" description: "Logitech Media Server Player Service for TCP communication" schema: @@ -211,6 +211,15 @@ questions: type: int default: 3483 required: true + + - variable: playerudp + label: "Logitech Media Server Player Communcation" + description: "Logitech Media Server Player Service for UDP communication" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: slimprotoudp label: "Player to server UDP communication" schema: diff --git a/charts/stable/logitech-media-server/values.yaml b/charts/stable/logitech-media-server/values.yaml index c7be2211178..5a411c89aa6 100644 --- a/charts/stable/logitech-media-server/values.yaml +++ b/charts/stable/logitech-media-server/values.yaml @@ -34,13 +34,16 @@ service: enabled: true targetPort: 9090 port: 10059 - player: + playertcp: enabled: true ports: slimprototcp: enabled: true targetPort: 3483 port: 3483 + playerudp: + enabled: true + ports: slimprotoudp: enabled: true targetPort: 3483 diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index 673f75ab878..097233b6720 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: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - networking diff --git a/charts/stable/pihole/questions.yaml b/charts/stable/pihole/questions.yaml index 71c1be632eb..a1c0188be67 100644 --- a/charts/stable/pihole/questions.yaml +++ b/charts/stable/pihole/questions.yaml @@ -184,6 +184,62 @@ questions: additional_attrs: true type: dict attrs: +# Include{serviceSelector} + - variable: dns + label: "DNS Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 53 + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "UDP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 53 + + - variable: dns-tcp + label: "DNS-TCP Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + type: dict + attrs: # Include{serviceSelector} - variable: dns-tcp label: "DNS-TCP Service Port Configuration" @@ -232,53 +288,6 @@ questions: schema: type: int default: 53 - - variable: dns-udp - label: "DNS Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 53 - required: true - - variable: advanced - label: "Show Advanced settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: protocol - label: "Port Type" - schema: - type: string - default: "UDP" - enum: - - value: HTTP - description: "HTTP" - - value: "HTTPS" - description: "HTTPS" - - value: TCP - description: "TCP" - - value: "UDP" - description: "UDP" - - variable: nodePort - label: "Node Port (Optional)" - description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" - schema: - type: int - min: 9000 - max: 65535 - - variable: targetPort - label: "Target Port" - description: "The internal(!) port on the container the Application runs on" - schema: - type: int - default: 53 - variable: serviceexpert group: "Networking and Services" diff --git a/charts/stable/pihole/values.yaml b/charts/stable/pihole/values.yaml index 032e2c0cfe9..771fe5d1387 100644 --- a/charts/stable/pihole/values.yaml +++ b/charts/stable/pihole/values.yaml @@ -22,14 +22,17 @@ service: main: port: 9089 targetPort: 80 - dns: + dns-tcp: enabled: true ports: dns-tcp: enabled: true port: 53 targetPort: 53 - dns-udp: + dns: + enabled: true + ports: + dns: enabled: true protocol: UDP port: 53 diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml index 742c645bf53..174886bacb9 100644 --- a/charts/stable/qbittorrent/Chart.yaml +++ b/charts/stable/qbittorrent/Chart.yaml @@ -20,7 +20,7 @@ name: qbittorrent sources: - https://github.com/qbittorrent/qBittorrent type: application -version: 11.0.11 +version: 11.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/qbittorrent/questions.yaml b/charts/stable/qbittorrent/questions.yaml index cde25d60df6..3a95bf367da 100644 --- a/charts/stable/qbittorrent/questions.yaml +++ b/charts/stable/qbittorrent/questions.yaml @@ -138,6 +138,8 @@ questions: schema: type: int default: 8080 + + - variable: torrent label: "TCP Torrent Service" description: "Torrent service" @@ -146,7 +148,7 @@ questions: type: dict attrs: # Include{serviceSelector} - - variable: torrenttcp + - variable: torrent label: "TCP Service Port Configuration" schema: additional_attrs: true @@ -193,6 +195,15 @@ questions: schema: type: int default: 6881 + + - variable: torrentudp + label: "UDP Torrent Service" + description: "Torrent service" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: torrentudp label: "UDP Service Port Configuration" schema: diff --git a/charts/stable/qbittorrent/templates/_configmap.tpl b/charts/stable/qbittorrent/templates/_configmap.tpl index 677b395f6f1..b5d6f3cfd15 100644 --- a/charts/stable/qbittorrent/templates/_configmap.tpl +++ b/charts/stable/qbittorrent/templates/_configmap.tpl @@ -10,7 +10,7 @@ metadata: {{- include "tc.common.labels" . | nindent 4 }} data: {{- $bittorrentPort := "" -}} - {{- $bittorrentPort = .Values.service.torrent.ports.torrenttcp.port -}} + {{- $bittorrentPort = .Values.service.torrent.ports.torrent.port -}} {{- if $bittorrentPort }} 31-update-port: |- #!/bin/bash diff --git a/charts/stable/qbittorrent/values.yaml b/charts/stable/qbittorrent/values.yaml index f5277168f82..9e97e3b7b7f 100644 --- a/charts/stable/qbittorrent/values.yaml +++ b/charts/stable/qbittorrent/values.yaml @@ -15,10 +15,13 @@ service: torrent: enabled: true ports: - torrenttcp: + torrent: enabled: true port: 6881 targetPort: 6881 + torrentudp: + enabled: true + ports: torrentudp: enabled: true port: 6881 diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml index 14f558b701f..5393a5e6418 100644 --- a/charts/stable/resilio-sync/Chart.yaml +++ b/charts/stable/resilio-sync/Chart.yaml @@ -21,7 +21,7 @@ maintainers: name: resilio-sync sources: - https://github.com/orgs/linuxserver/packages/container/package/resilio-sync -version: 6.0.10 +version: 6.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/resilio-sync/questions.yaml b/charts/stable/resilio-sync/questions.yaml index ba583bce140..062a6840e44 100644 --- a/charts/stable/resilio-sync/questions.yaml +++ b/charts/stable/resilio-sync/questions.yaml @@ -140,9 +140,66 @@ questions: default: 8888 - - variable: bt - label: "bt Service" - description: "The bt service" + - variable: bt-udp + label: "bt-udp Service" + description: "The bt-udp service" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} + - variable: bt-udp + label: "bt-udp Service Port Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 55555 + required: true + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "UDP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 55555 + + + - variable: bt-tcp + label: "bt-tcp Service" + description: "The bt-tcp service" schema: additional_attrs: true type: dict @@ -195,53 +252,6 @@ questions: schema: type: int default: 55555 - - variable: bt-udp - label: "bt-udp Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 55555 - required: true - - variable: advanced - label: "Show Advanced settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: protocol - label: "Port Type" - schema: - type: string - default: "UDP" - enum: - - value: HTTP - description: "HTTP" - - value: "HTTPS" - description: "HTTPS" - - value: TCP - description: "TCP" - - value: "UDP" - description: "UDP" - - variable: nodePort - label: "Node Port (Optional)" - description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" - schema: - type: int - min: 9000 - max: 65535 - - variable: targetPort - label: "Target Port" - description: "The internal(!) port on the container the Application runs on" - schema: - type: int - default: 55555 - variable: serviceexpert group: "Networking and Services" diff --git a/charts/stable/resilio-sync/values.yaml b/charts/stable/resilio-sync/values.yaml index e04259b7203..794a22d202f 100644 --- a/charts/stable/resilio-sync/values.yaml +++ b/charts/stable/resilio-sync/values.yaml @@ -17,13 +17,16 @@ service: main: port: 8888 targetPort: 8888 - bt: + bt-tcp: enabled: true ports: bt-tcp: enabled: true port: 55555 targetPort: 55555 + bt-udp: + enabled: true + ports: bt-udp: enabled: true port: 55555 diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml index a9743929ae6..fbbaafcafe5 100644 --- a/charts/stable/storj-node/Chart.yaml +++ b/charts/stable/storj-node/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/storj/storj - https://docs.storj.io/node/ - https://hub.docker.com/r/storjlabs/storagenode -version: 2.0.18 +version: 2.0.19 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/storj-node/questions.yaml b/charts/stable/storj-node/questions.yaml index cb0890f7adb..d375babb4d1 100644 --- a/charts/stable/storj-node/questions.yaml +++ b/charts/stable/storj-node/questions.yaml @@ -187,9 +187,9 @@ questions: schema: type: int default: 14002 - - variable: core - label: "Core Service" - description: "Core Service" + - variable: coretcp + label: "Core TCP Service" + description: "Core TCP Service" schema: additional_attrs: true type: dict @@ -242,6 +242,14 @@ questions: schema: type: int default: 28967 + - variable: coreudp + label: "Core UDP Service" + description: "Core UDP Service" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: coreudp label: "Core UDP Service Port Configuration" schema: diff --git a/charts/stable/storj-node/values.yaml b/charts/stable/storj-node/values.yaml index 2f9886215f5..fff84848dad 100644 --- a/charts/stable/storj-node/values.yaml +++ b/charts/stable/storj-node/values.yaml @@ -26,7 +26,7 @@ service: main: port: 14002 targetPort: 14002 - core: + coretcp: enabled: true ports: coretcp: @@ -34,6 +34,9 @@ service: protocol: TCP port: 28967 targetPort: 28967 + coreudp: + enabled: true + ports: coreudp: enabled: true protocol: UDP diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml index dfe1fada64e..147183188c8 100644 --- a/charts/stable/syncthing/Chart.yaml +++ b/charts/stable/syncthing/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/syncthing/syncthing - https://hub.docker.com/r/syncthing/syncthing type: application -version: 11.0.11 +version: 11.0.12 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/syncthing/questions.yaml b/charts/stable/syncthing/questions.yaml index 43767c26474..614a0262b75 100644 --- a/charts/stable/syncthing/questions.yaml +++ b/charts/stable/syncthing/questions.yaml @@ -196,6 +196,14 @@ questions: schema: type: int default: 22000 + - variable: listeners-udp + label: "Syncthing Listening Service" + description: "This service is used to process incoming connections directly to this Syncthing instance" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: udp label: "UDP Service Port Configuration" schema: diff --git a/charts/stable/syncthing/values.yaml b/charts/stable/syncthing/values.yaml index 83997a9fe90..2b022ef3ba2 100644 --- a/charts/stable/syncthing/values.yaml +++ b/charts/stable/syncthing/values.yaml @@ -16,6 +16,9 @@ service: enabled: true port: 22000 targetPort: 22000 + listeners-udp: + enabled: true + ports: udp: enabled: true port: 22000 diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml index f2213c32522..5c75b7470fb 100644 --- a/charts/stable/transmission/Chart.yaml +++ b/charts/stable/transmission/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/transmission/transmission - https://hub.docker.com/r/linuxserver/transmission type: application -version: 12.0.10 +version: 12.0.11 annotations: truecharts.org/catagories: | - download-tools diff --git a/charts/stable/transmission/questions.yaml b/charts/stable/transmission/questions.yaml index d3d84aefbbd..5d78742a975 100644 --- a/charts/stable/transmission/questions.yaml +++ b/charts/stable/transmission/questions.yaml @@ -464,6 +464,8 @@ questions: schema: type: int default: 10109 + + - variable: torrent label: "TCP Torrent Service" description: "Torrent service" @@ -472,7 +474,7 @@ questions: type: dict attrs: # Include{serviceSelector} - - variable: torrenttcp + - variable: torrent label: "TCP Service Port Configuration" schema: additional_attrs: true @@ -519,6 +521,15 @@ questions: schema: type: int default: 51414 + + - variable: torrentudp + label: "UDP Torrent Service" + description: "Torrent service" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: torrentudp label: "UDP Service Port Configuration" schema: diff --git a/charts/stable/transmission/values.yaml b/charts/stable/transmission/values.yaml index 135b0185bdd..0f3e9b55869 100644 --- a/charts/stable/transmission/values.yaml +++ b/charts/stable/transmission/values.yaml @@ -12,10 +12,13 @@ service: torrent: enabled: true ports: - torrenttcp: + torrent: enabled: true port: 51414 targetPort: 51414 + torrentudp: + enabled: true + ports: torrentudp: enabled: true port: 51414 @@ -53,7 +56,7 @@ env: # TRANSMISSION_PEER_ID_TTL_HOURS: 6 # TRANSMISSION_PEER_LIMIT_GLOBAL: 200 # TRANSMISSION_PEER_LIMIT_PER_TORRENT: 50 - TRANSMISSION_PEER_PORT: "{{ .Values.service.torrent.ports.torrenttcp.targetPort }}" + TRANSMISSION_PEER_PORT: "{{ .Values.service.torrent.ports.torrent.targetPort }}" # TRANSMISSION_PEER_PORT_RANDOM_HIGH: 65535 # TRANSMISSION_PEER_PORT_RANDOM_LOW: 49152 # TRANSMISSION_PEER_PORT_RANDOM_ON_START: false diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml index 90d6c81b803..99b919c229c 100644 --- a/charts/stable/verysync/Chart.yaml +++ b/charts/stable/verysync/Chart.yaml @@ -20,7 +20,7 @@ maintainers: name: verysync sources: - https://hub.docker.com/r/jonnyan404/verysync -version: 2.0.10 +version: 2.0.11 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/verysync/questions.yaml b/charts/stable/verysync/questions.yaml index 611367c7c5a..ad30a2c73cf 100644 --- a/charts/stable/verysync/questions.yaml +++ b/charts/stable/verysync/questions.yaml @@ -138,9 +138,11 @@ questions: schema: type: int default: 10193 - - variable: bt - label: "bt Service" - description: "The bt service" + + + - variable: bt-udp1 + label: "bt-udp1 Service" + description: "The bt-udp service" schema: additional_attrs: true type: dict @@ -193,6 +195,16 @@ questions: schema: type: int default: 22037 + + + - variable: bt-udp2 + label: "bt-udp2 Service" + description: "The bt-udp service" + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelector} - variable: bt-udp2 label: "bt-udp2 Service Port Configuration" schema: @@ -241,6 +253,7 @@ questions: type: int default: 22027 + - variable: data label: "data Service" description: "The data service" diff --git a/charts/stable/verysync/values.yaml b/charts/stable/verysync/values.yaml index aa7cb6f4ab0..3bd04489465 100644 --- a/charts/stable/verysync/values.yaml +++ b/charts/stable/verysync/values.yaml @@ -8,7 +8,7 @@ service: ports: main: port: 10193 - bt: + bt-udp1: enabled: true ports: bt-udp1: @@ -16,6 +16,9 @@ service: port: 22037 targetPort: 22037 protocol: UDP + bt-udp2: + enabled: true + ports: bt-udp2: enabled: true port: 22027