diff --git a/charts/incubator/pihole/.helmignore b/charts/stable/pihole/.helmignore similarity index 100% rename from charts/incubator/pihole/.helmignore rename to charts/stable/pihole/.helmignore diff --git a/charts/incubator/pihole/CONFIG.md b/charts/stable/pihole/CONFIG.md similarity index 100% rename from charts/incubator/pihole/CONFIG.md rename to charts/stable/pihole/CONFIG.md diff --git a/charts/incubator/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml similarity index 97% rename from charts/incubator/pihole/Chart.yaml rename to charts/stable/pihole/Chart.yaml index fb1164fe917..ac63e89fcae 100644 --- a/charts/incubator/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: 0.0.2 +version: 1.0.0 diff --git a/charts/incubator/pihole/README.md b/charts/stable/pihole/README.md similarity index 100% rename from charts/incubator/pihole/README.md rename to charts/stable/pihole/README.md diff --git a/charts/incubator/pihole/SCALE/item.yaml b/charts/stable/pihole/SCALE/item.yaml similarity index 100% rename from charts/incubator/pihole/SCALE/item.yaml rename to charts/stable/pihole/SCALE/item.yaml diff --git a/charts/incubator/pihole/SCALE/ix_values.yaml b/charts/stable/pihole/SCALE/ix_values.yaml similarity index 96% rename from charts/incubator/pihole/SCALE/ix_values.yaml rename to charts/stable/pihole/SCALE/ix_values.yaml index 96c056a3a31..d4d5afa47e3 100644 --- a/charts/incubator/pihole/SCALE/ix_values.yaml +++ b/charts/stable/pihole/SCALE/ix_values.yaml @@ -10,7 +10,7 @@ image: tag: v5.8.1 envFrom: - - configMapRef: + - configMapRef: name: pihole-env ## diff --git a/charts/incubator/pihole/SCALE/questions.yaml b/charts/stable/pihole/SCALE/questions.yaml similarity index 99% rename from charts/incubator/pihole/SCALE/questions.yaml rename to charts/stable/pihole/SCALE/questions.yaml index 96c6b426a56..ce7f81ad914 100644 --- a/charts/incubator/pihole/SCALE/questions.yaml +++ b/charts/stable/pihole/SCALE/questions.yaml @@ -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 diff --git a/charts/incubator/pihole/app-readme.md b/charts/stable/pihole/app-readme.md similarity index 100% rename from charts/incubator/pihole/app-readme.md rename to charts/stable/pihole/app-readme.md diff --git a/charts/incubator/pihole/helm-values.md b/charts/stable/pihole/helm-values.md similarity index 100% rename from charts/incubator/pihole/helm-values.md rename to charts/stable/pihole/helm-values.md diff --git a/charts/incubator/pihole/templates/_configmap.tpl b/charts/stable/pihole/templates/_configmap.tpl similarity index 100% rename from charts/incubator/pihole/templates/_configmap.tpl rename to charts/stable/pihole/templates/_configmap.tpl diff --git a/charts/incubator/pihole/templates/common.yaml b/charts/stable/pihole/templates/common.yaml similarity index 100% rename from charts/incubator/pihole/templates/common.yaml rename to charts/stable/pihole/templates/common.yaml diff --git a/charts/incubator/pihole/values.yaml b/charts/stable/pihole/values.yaml similarity index 93% rename from charts/incubator/pihole/values.yaml rename to charts/stable/pihole/values.yaml index 64be0938796..f5dc221586d 100644 --- a/charts/incubator/pihole/values.yaml +++ b/charts/stable/pihole/values.yaml @@ -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: