Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
383c8e62c2
commit
8eac983dcd
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="pihole-4.0.15"></a>
|
||||
### [pihole-4.0.15](https://github.com/truecharts/apps/compare/pihole-4.0.14...pihole-4.0.15) (2021-11-23)
|
||||
|
||||
#### Fix
|
||||
|
||||
* update heavily outdated container
|
||||
|
||||
|
||||
|
||||
<a name="pihole-4.0.14"></a>
|
||||
### [pihole-4.0.14](https://github.com/truecharts/apps/compare/pihole-4.0.13...pihole-4.0.14) (2021-11-23)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
<a name="pihole-4.0.6"></a>
|
||||
### [pihole-4.0.6](https://github.com/truecharts/apps/compare/pihole-4.0.5...pihole-4.0.6) (2021-11-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295))
|
||||
|
||||
|
||||
|
||||
<a name="pihole-4.0.5"></a>
|
||||
### [pihole-4.0.5](https://github.com/truecharts/apps/compare/pihole-4.0.4...pihole-4.0.5) (2021-11-07)
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.9.3
|
||||
digest: sha256:8e3b075bc94570b49db18d1ea9431f95ed06504fb372ee04f43c667c784d7b14
|
||||
generated: "2021-11-23T14:07:26.534792161Z"
|
||||
generated: "2021-11-23T16:02:23.541871418Z"
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2021.10"
|
||||
appVersion: "2021.10.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
|
@ -21,7 +21,7 @@ sources:
|
|||
- https://github.com/pi-hole
|
||||
- https://github.com/pi-hole/docker-pi-hole
|
||||
type: application
|
||||
version: 4.0.14
|
||||
version: 4.0.15
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
|
@ -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.10@sha256:764fce3e7a7925588be2ee976e7eeae3f09e504520fe1ff1579b666c6eb15226"` | |
|
||||
| image.tag | string | `"v2021.10.1@sha256:406a7368955ed3248a924bcb9c578d8554793048e025deb59f03caf6fd3f17c4"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/etc/pihole"` | |
|
||||
| persistence.dnsmasq.enabled | bool | `true` | |
|
|
@ -3,7 +3,7 @@
|
|||
image:
|
||||
repository: ghcr.io/truecharts/pihole
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2021.10@sha256:764fce3e7a7925588be2ee976e7eeae3f09e504520fe1ff1579b666c6eb15226
|
||||
tag: v2021.10.1@sha256:406a7368955ed3248a924bcb9c578d8554793048e025deb59f03caf6fd3f17c4
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue