diff --git a/rtorrent/Chart.yaml b/rtorrent/Chart.yaml
index 36279d3c36be8c89cb61c6aebfe7d7e4f515e503..f02080503cddb546c062d75b38c6ee5c94b600c2 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.0
+version: 0.1.1
 appVersion: "4b75e358"
diff --git a/rtorrent/templates/secret.yaml b/rtorrent/templates/secret.yaml
index a053e9973e02ebf02509d97c6a3eb7ff96ba34e6..8ef98201468608fcf07d5d86cb372cf9b46dbe89 100644
--- a/rtorrent/templates/secret.yaml
+++ b/rtorrent/templates/secret.yaml
@@ -5,4 +5,5 @@ metadata:
   labels:
     {{- include "rtorrent-helm.labels" . | nindent 4 }}
 stringData:
-  "wireguard.conf": "{{ .Values.wireguard.config }}"
+  "wireguard.conf": |-
+    {{ .Values.rtorrent.config | toYaml | nindent 4 }}