From cc54ce0f8f0fe9c20a80cebb03ae3cf165f9040a Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Mon, 12 Dec 2022 22:19:38 +0100 Subject: [PATCH] feat: update rtorrent chart --- rtorrent/Chart.yaml | 4 ++-- rtorrent/values.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rtorrent/Chart.yaml b/rtorrent/Chart.yaml index cf8cd94..d165958 100644 --- a/rtorrent/Chart.yaml +++ b/rtorrent/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: rtorrent description: Helm Chart for rtorrent type: application -version: 0.1.5 -appVersion: "d8afd6e6" +version: 0.1.6 +appVersion: "baef934e" diff --git a/rtorrent/values.yaml b/rtorrent/values.yaml index 8311c9b..f002c37 100644 --- a/rtorrent/values.yaml +++ b/rtorrent/values.yaml @@ -42,6 +42,7 @@ rtorrent: RT_MIN_PORT: "50000" RT_MAX_PORT: "50000" RT_PROTO_DHT: "disable" + RT_PORT_DHT: 6881 RT_PROTO_PEX: "no" RT_MAX_UP: "100" RT_MAX_UP_GLOBAL: "250" -- GitLab