Compare commits

...

3 Commits

Author SHA1 Message Date
9a55b3f92c Merge pull request #1 from nikdoof/deluge-dockermods-fix
[deluge] Fix DockerMods
2020-05-07 17:13:36 +01:00
67b78606aa [deluge] Add missing CR at the end of Chart.yaml 2020-05-07 16:42:38 +01:00
c9e3c402ad [deluge] Fix DockerMods 2020-05-07 16:38:26 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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
@@ -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
appVersion: 2.0.3-2201906121747ubuntu18.04.1-ls57

View File

@@ -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 }}