From 4fffe01d1f83f7d52a7c534514bf91e4b6eb788d Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 16 Sep 2021 11:33:11 +0200 Subject: [PATCH] fix small mistake in pihole demo --- charts/stable/pihole/Chart.yaml | 2 +- charts/stable/pihole/SCALE/questions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index a49d5fe2666..65b2120a1fb 100644 --- a/charts/stable/pihole/Chart.yaml +++ b/charts/stable/pihole/Chart.yaml @@ -21,4 +21,4 @@ sources: - https://github.com/pi-hole - https://github.com/pi-hole/docker-pi-hole type: application -version: 2.0.4 +version: 2.0.5 diff --git a/charts/stable/pihole/SCALE/questions.yaml b/charts/stable/pihole/SCALE/questions.yaml index 22dc87b0ef4..94c71b54dfa 100644 --- a/charts/stable/pihole/SCALE/questions.yaml +++ b/charts/stable/pihole/SCALE/questions.yaml @@ -7,7 +7,7 @@ portals: - "$kubernetes-resource_configmap_portal_host" ports: - "$kubernetes-resource_configmap_portal_port" - path: "/admin/" + path: "/" admin_portal: protocols: - "$kubernetes-resource_configmap_portal_protocol" @@ -15,7 +15,7 @@ portals: - "$kubernetes-resource_configmap_portal_host" ports: - "$kubernetes-resource_configmap_portal_port" - path: "/" + path: "/admin/" questions: - variable: portal group: "Container Image"