diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml index ac63e89fcae..c0bf7c1a090 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: 1.0.0 +version: 1.0.1 diff --git a/charts/stable/pihole/SCALE/questions.yaml b/charts/stable/pihole/SCALE/questions.yaml index ce7f81ad914..84fe1d9bc05 100644 --- a/charts/stable/pihole/SCALE/questions.yaml +++ b/charts/stable/pihole/SCALE/questions.yaml @@ -374,7 +374,7 @@ questions: description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" schema: type: string - default: "NodePort" + default: "LoadBalancer" enum: - value: "NodePort" description: "NodePort"