Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-05 11:36:30 +00:00
parent 38159dc480
commit 0541233a7f
187 changed files with 1838 additions and 120 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="pihole-3.0.4"></a>
### [pihole-3.0.4](https://github.com/truecharts/apps/compare/pihole-3.0.3...pihole-3.0.4) (2021-10-05)
#### Chore
* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
<a name="pihole-3.0.3"></a>
### [pihole-3.0.3](https://github.com/truecharts/apps/compare/pihole-3.0.2...pihole-3.0.3) (2021-09-29)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: '2021.09'
appVersion: "2021.10"
dependencies:
- name: common
repository: https://truecharts.org
+8
View File
@@ -0,0 +1,8 @@
<a name="pihole-3.0.4"></a>
### [pihole-3.0.4](https://github.com/truecharts/apps/compare/pihole-3.0.3...pihole-3.0.4) (2021-10-05)
#### Chore
* update non-major ([#1098](https://github.com/truecharts/apps/issues/1098))
+2 -1
View File
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| envFrom[0].configMapRef.name | string | `"pihole-env"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/pihole"` | |
| image.tag | string | `"v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e"` | |
| image.tag | string | `"v2021.10@sha256:764fce3e7a7925588be2ee976e7eeae3f09e504520fe1ff1579b666c6eb15226"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/etc/pihole"` | |
@@ -30,6 +30,7 @@ You will, however, be able to use all values referenced in the common chart here
| pihole.WEBPASSWORD | string | `"somepassword"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.allowPrivilegeEscalation | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.dns-tcp.enabled | bool | `true` | |