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-22 23:47:21 +00:00
parent 133e104e56
commit 151ab190b6
694 changed files with 9005 additions and 462 deletions
+13
View File
@@ -1,6 +1,19 @@
# Changelog<br>
<a name="pihole-4.0.13"></a>
### [pihole-4.0.13](https://github.com/truecharts/apps/compare/pihole-4.0.12...pihole-4.0.13) (2021-11-22)
#### Chore
* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383))
#### Fix
* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361))
<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)
-2
View File
@@ -30,14 +30,12 @@ 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.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.main.enabled | bool | `true` | |
| service.main.ports.main.port | int | `9089` | |
| service.main.ports.main.targetPort | int | `80` | |
+1 -1
View File
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.6.3 |
| https://truecharts.org | common | 8.9.1 |
## Installing the Chart