diff --git a/rtorrent/Chart.yaml b/rtorrent/Chart.yaml index f02080503cddb546c062d75b38c6ee5c94b600c2..c72b5f1d312e7be49a725be3217b9b3623684aae 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 8ef98201468608fcf07d5d86cb372cf9b46dbe89..49a11e5f073ccdc778adf494b7c4bd447b23c5b7 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 }}