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