From 05e75eb853d04c45f4ca028a246e09b265c89c81 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Mon, 12 Dec 2022 22:25:42 +0100
Subject: [PATCH] fix: correct typo

---
 rtorrent/Chart.yaml  | 2 +-
 rtorrent/values.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rtorrent/Chart.yaml b/rtorrent/Chart.yaml
index d165958..5e9deb2 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.6
+version: 0.1.7
 appVersion: "baef934e"
diff --git a/rtorrent/values.yaml b/rtorrent/values.yaml
index f002c37..31bb0c7 100644
--- a/rtorrent/values.yaml
+++ b/rtorrent/values.yaml
@@ -42,7 +42,7 @@ rtorrent:
     RT_MIN_PORT: "50000"
     RT_MAX_PORT: "50000"
     RT_PROTO_DHT: "disable"
-    RT_PORT_DHT: 6881
+    RT_DHT_PORT: 6881
     RT_PROTO_PEX: "no"
     RT_MAX_UP: "100"
     RT_MAX_UP_GLOBAL: "250"
-- 
GitLab