From 3ee39dcd9d4d0aa0444282a429debaa1f2a3c9c8 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:49:13 +0200 Subject: [PATCH] pihole - quote password (#2238) --- library/ix-dev/charts/pihole/Chart.yaml | 2 +- library/ix-dev/charts/pihole/templates/_pihole.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ix-dev/charts/pihole/Chart.yaml b/library/ix-dev/charts/pihole/Chart.yaml index 34112e8cfc..7a34c7abec 100644 --- a/library/ix-dev/charts/pihole/Chart.yaml +++ b/library/ix-dev/charts/pihole/Chart.yaml @@ -3,7 +3,7 @@ description: DNS and Ad-filtering for your network. annotations: title: Pi-hole type: application -version: 2.0.5 +version: 2.0.6 apiVersion: v2 appVersion: 2024.02.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/charts/pihole/templates/_pihole.tpl b/library/ix-dev/charts/pihole/templates/_pihole.tpl index e8d484279a..83705100c3 100644 --- a/library/ix-dev/charts/pihole/templates/_pihole.tpl +++ b/library/ix-dev/charts/pihole/templates/_pihole.tpl @@ -32,7 +32,7 @@ workload: - KILL env: WEB_PORT: {{ .Values.piholeNetwork.webPort }} - WEBPASSWORD: {{ .Values.piholeConfig.webPassword }} + WEBPASSWORD: {{ .Values.piholeConfig.webPassword | quote }} {{- if .Values.piholeNetwork.dhcp.enabled }} DHCP_ACTIVE: "true" DHCP_START: {{ .Values.piholeNetwork.dhcp.start }}