Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d97a5f2d49
commit
28c8d2abbd
|
@ -1,8 +0,0 @@
|
||||||
|
|
||||||
<a name="pihole-2.0.2"></a>
|
|
||||||
### [pihole-2.0.2](https://github.com/truecharts/apps/compare/pihole-2.0.1...pihole-2.0.2) (2021-09-14)
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* update pihole versioning to 2021 scheme
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<a name="pihole-2.0.3"></a>
|
||||||
|
### [pihole-2.0.3](https://github.com/truecharts/apps/compare/pihole-2.0.2...pihole-2.0.3) (2021-09-14)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* update pihole digest and versioning to mirror
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://truecharts.org/
|
repository: https://truecharts.org/
|
||||||
version: 7.0.12
|
version: 7.0.12
|
||||||
digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0
|
digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0
|
||||||
generated: "2021-09-14T08:40:33.974542093Z"
|
generated: "2021-09-14T08:58:41.826595077Z"
|
|
@ -21,4 +21,4 @@ sources:
|
||||||
- https://github.com/pi-hole
|
- https://github.com/pi-hole
|
||||||
- https://github.com/pi-hole/docker-pi-hole
|
- https://github.com/pi-hole/docker-pi-hole
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.2
|
version: 2.0.3
|
|
@ -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"` | |
|
| envFrom[0].configMapRef.name | string | `"pihole-env"` | |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| image.repository | string | `"ghcr.io/truecharts/pihole"` | |
|
| image.repository | string | `"ghcr.io/truecharts/pihole"` | |
|
||||||
| image.tag | string | `"2021.09@sha256:4653aee50cff8a679e03f2bcd1b05fc2f8b6614896c5554e081b08a3ce60a578"` | |
|
| image.tag | string | `"v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e"` | |
|
||||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||||
| persistence.config.enabled | bool | `true` | |
|
| persistence.config.enabled | bool | `true` | |
|
||||||
| persistence.config.mountPath | string | `"/etc/pihole"` | |
|
| persistence.config.mountPath | string | `"/etc/pihole"` | |
|
|
@ -7,7 +7,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/truecharts/pihole
|
repository: ghcr.io/truecharts/pihole
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2021.09@sha256:4653aee50cff8a679e03f2bcd1b05fc2f8b6614896c5554e081b08a3ce60a578
|
tag: v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e
|
||||||
|
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
|
@ -3,7 +3,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/truecharts/pihole
|
repository: ghcr.io/truecharts/pihole
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2021.09@sha256:4653aee50cff8a679e03f2bcd1b05fc2f8b6614896c5554e081b08a3ce60a578
|
tag: v2021.09@sha256:e043ab188da4c36abb11d70d82bbfb394ef5054abff21dafbaf54bc21861bd1e
|
||||||
|
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
Loading…
Reference in New Issue