Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-19 20:11:11 +00:00
parent f922000eed
commit 2e004da9bd
5 changed files with 57 additions and 7 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="pihole-4.0.12"></a>
### [pihole-4.0.12](https://github.com/truecharts/apps/compare/pihole-4.0.11...pihole-4.0.12) (2021-11-19)
#### Fix
* use port protocol, not port type as default and change default webui port
<a name="pihole-4.0.11"></a>
### [pihole-4.0.11](https://github.com/truecharts/apps/compare/pihole-4.0.10...pihole-4.0.11) (2021-11-16)
+3 -3
View File
@@ -30,15 +30,15 @@ You will, however, be able to use all values referenced in the common chart here
| service.dns-tcp.enabled | bool | `true` | |
| service.dns-tcp.ports.dns-tcp.enabled | bool | `true` | |
| service.dns-tcp.ports.dns-tcp.port | int | `53` | |
| service.dns-tcp.ports.dns-tcp.protocol | string | `"TCP"` | |
| service.dns-tcp.ports.dns-tcp.targetPort | int | `53` | |
| service.dns-tcp.ports.dns-tcp.type | string | `"TCP"` | |
| service.dns.enabled | bool | `true` | |
| service.dns.ports.dns.enabled | bool | `true` | |
| service.dns.ports.dns.port | int | `53` | |
| service.dns.ports.dns.protocol | string | `"UDP"` | |
| service.dns.ports.dns.targetPort | int | `53` | |
| service.dns.ports.dns.type | string | `"UDP"` | |
| service.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `80` | |
| service.main.ports.main.port | int | `9089` | |
| service.main.ports.main.targetPort | int | `80` | |
All Rights Reserved - The TrueCharts Project