diff --git a/rtorrent/Chart.yaml b/rtorrent/Chart.yaml
index d03ea57ed82453ba20c7d3610a6cc27f3d96569d..7f96b55f6749ff119e1459fa44b82876edd6f2fc 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.4
-appVersion: "4b75e358"
+version: 0.1.5
+appVersion: "fc665122"
diff --git a/rtorrent/values.yaml b/rtorrent/values.yaml
index e0d929b08244d78bd4f2fbd867b2373133773666..8311c9bee9efcfa3b4ff1c43e55c3def9af5376c 100644
--- a/rtorrent/values.yaml
+++ b/rtorrent/values.yaml
@@ -39,6 +39,10 @@ rtorrent:
   externalIp: ""
   config:
     RT_TRACKER_UDP: "yes"
+    RT_MIN_PORT: "50000"
+    RT_MAX_PORT: "50000"
+    RT_PROTO_DHT: "disable"
+    RT_PROTO_PEX: "no"
     RT_MAX_UP: "100"
     RT_MAX_UP_GLOBAL: "250"
     RT_MIN_PEERS: "20"
@@ -48,6 +52,8 @@ rtorrent:
     RT_TRACKERS_WANT: "80"
     RT_MEMORY_MAX: "1800M"
     RT_LOGLEVEL: "info"
+    EXTERNAL_IP_CMD: ""
+    EXTERNAL_IP: ""
   securityContext:
     capabilities:
       drop: