From af6dbaee87dad1ebef332ed75329fdcb76b9cab4 Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Thu, 9 Jun 2022 01:50:19 +0200
Subject: [PATCH] fix: correct rtorrent chart

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

diff --git a/rtorrent/Chart.yaml b/rtorrent/Chart.yaml
index f020805..c72b5f1 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.1
+version: 0.1.2
 appVersion: "4b75e358"
diff --git a/rtorrent/templates/secret.yaml b/rtorrent/templates/secret.yaml
index 8ef9820..49a11e5 100644
--- a/rtorrent/templates/secret.yaml
+++ b/rtorrent/templates/secret.yaml
@@ -6,4 +6,4 @@ metadata:
     {{- include "rtorrent-helm.labels" . | nindent 4 }}
 stringData:
   "wireguard.conf": |-
-    {{ .Values.rtorrent.config | toYaml | nindent 4 }}
+    {{ .Values.wireguard.config | toYaml | nindent 4 }}
-- 
GitLab