From c9e3c402addf3cbe01615a070c99739e8173dbd9 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 7 May 2020 16:38:26 +0100 Subject: [PATCH 1/2] [deluge] Fix DockerMods --- charts/deluge/Chart.yaml | 2 +- charts/deluge/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/deluge/Chart.yaml b/charts/deluge/Chart.yaml index a7a89da..f98ceb8 100644 --- a/charts/deluge/Chart.yaml +++ b/charts/deluge/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Deluge is a Python BitTorrent client based on libtorrent name: deluge -version: 1.1.0 +version: 1.1.1 keywords: - deluge - libtorrent diff --git a/charts/deluge/templates/deployment.yaml b/charts/deluge/templates/deployment.yaml index fb23d6f..84fe607 100644 --- a/charts/deluge/templates/deployment.yaml +++ b/charts/deluge/templates/deployment.yaml @@ -70,7 +70,7 @@ spec: value: "{{ .Values.puid }}" - name: PGID value: "{{ .Values.pgid }}" - {{- if .values.dockerMods }} + {{- if .Values.dockerMods }} - name: DOCKER_MODS value: {{ .Values.dockerMods }} {{- end }} From 67b78606aabaa4b599cdc2bc96a1d1b69f1bf561 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Thu, 7 May 2020 16:42:38 +0100 Subject: [PATCH 2/2] [deluge] Add missing CR at the end of Chart.yaml --- charts/deluge/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/deluge/Chart.yaml b/charts/deluge/Chart.yaml index f98ceb8..8ff3a3c 100644 --- a/charts/deluge/Chart.yaml +++ b/charts/deluge/Chart.yaml @@ -14,4 +14,4 @@ maintainers: - name: nikdoof email: andy@tensixtyone.com icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/deluge-icon.png -appVersion: 2.0.3-2201906121747ubuntu18.04.1-ls57 \ No newline at end of file +appVersion: 2.0.3-2201906121747ubuntu18.04.1-ls57