fix configmapref and default to quad9 for pihole.
Also move it to stable
This commit is contained in:
@@ -21,4 +21,4 @@ sources:
|
||||
- https://github.com/pi-hole
|
||||
- https://github.com/pi-hole/docker-pi-hole
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 1.0.0
|
||||
+2
-2
@@ -238,13 +238,13 @@ questions:
|
||||
description: "Sets the first DNS server (use #port suffix for ports)"
|
||||
schema:
|
||||
type: string
|
||||
default: "1.1.1.1"
|
||||
default: "9.9.9.9"
|
||||
- variable: DNS2
|
||||
label: "DNS2"
|
||||
description: "Sets the second DNS server (use #port suffix for ports), only if DNS1 is entered"
|
||||
schema:
|
||||
type: string
|
||||
default: "1.0.0.1"
|
||||
default: "149.112.112.112"
|
||||
|
||||
|
||||
- variable: hostNetwork
|
||||
@@ -30,8 +30,8 @@ service:
|
||||
|
||||
pihole:
|
||||
WEBPASSWORD: "somepassword"
|
||||
DNS1: "1.1.1.1"
|
||||
DNS2: "1.0.0.1"
|
||||
DNS1: "9.9.9.9"
|
||||
DNS2: "149.112.112.112"
|
||||
|
||||
|
||||
persistence:
|
||||
Reference in New Issue
Block a user