Daily Housekeeping

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-09-06 03:11:39 +00:00
parent 355de40612
commit 627a3078d3
5 changed files with 2765 additions and 2 deletions

View File

@ -21,4 +21,4 @@ sources:
- https://github.com/pi-hole
- https://github.com/pi-hole/docker-pi-hole
type: application
version: 1.0.4
version: 1.0.5

View File

@ -20,6 +20,11 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/etc/pihole"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| persistence.dnsmasq.accessMode | string | `"ReadWriteOnce"` | |
| persistence.dnsmasq.enabled | bool | `true` | |
| persistence.dnsmasq.mountPath | string | `"/etc/dnsmasq.d"` | |
| persistence.dnsmasq.size | string | `"100Gi"` | |
| persistence.dnsmasq.type | string | `"pvc"` | |
| pihole.DNS1 | string | `"9.9.9.9"` | |
| pihole.DNS2 | string | `"149.112.112.112"` | |
| pihole.WEBPASSWORD | string | `"somepassword"` | |

View File

@ -20,6 +20,11 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/etc/pihole"` | |
| persistence.config.size | string | `"100Gi"` | |
| persistence.config.type | string | `"pvc"` | |
| persistence.dnsmasq.accessMode | string | `"ReadWriteOnce"` | |
| persistence.dnsmasq.enabled | bool | `true` | |
| persistence.dnsmasq.mountPath | string | `"/etc/dnsmasq.d"` | |
| persistence.dnsmasq.size | string | `"100Gi"` | |
| persistence.dnsmasq.type | string | `"pvc"` | |
| pihole.DNS1 | string | `"9.9.9.9"` | |
| pihole.DNS2 | string | `"149.112.112.112"` | |
| pihole.WEBPASSWORD | string | `"somepassword"` | |

View File

@ -18,6 +18,8 @@
# License<br>
# License<br>
# License<br>
Apache License

File diff suppressed because it is too large Load Diff