diff --git a/charts/stable/rtorrent-flood/Chart.yaml b/charts/stable/rtorrent-flood/Chart.yaml index e2fd5ad6..9ed2e296 100644 --- a/charts/stable/rtorrent-flood/Chart.yaml +++ b/charts/stable/rtorrent-flood/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: rTorrent is a stable, high-performance and low resource consumption BitTorrent client. name: rtorrent-flood -version: 6.0.0 +version: 6.0.1 kubeVersion: ">=1.16.0-0" keywords: - rtorrent diff --git a/charts/stable/rtorrent-flood/templates/configmap.yaml b/charts/stable/rtorrent-flood/templates/configmap.yaml index f8bb9611..9230037b 100644 --- a/charts/stable/rtorrent-flood/templates/configmap.yaml +++ b/charts/stable/rtorrent-flood/templates/configmap.yaml @@ -5,5 +5,5 @@ metadata: labels: {{- include "common.labels" . | nindent 4 }} data: - rtorrent.rc: | + .rtorrent.rc: | {{ .Values.config | indent 4 }}