Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2021-09-14 08:41:54 +00:00
parent f9d0a2f3b7
commit d97a5f2d49
15 changed files with 16 additions and 28 deletions

View File

@ -1,16 +0,0 @@
<a name="pihole-2.0.1"></a>
### [pihole-2.0.1](https://github.com/truecharts/apps/compare/pihole-1.0.7...pihole-2.0.1) (2021-09-13)
#### Chore
* move most remaining Apps to GHCR mirror ([#959](https://github.com/truecharts/apps/issues/959))
* update non-major ([#962](https://github.com/truecharts/apps/issues/962))
#### Feat
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
* pin all container references to digests ([#963](https://github.com/truecharts/apps/issues/963))
* Move some common containers to our own containers

View File

@ -0,0 +1,8 @@
<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

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://truecharts.org/
version: 7.0.12
digest: sha256:0e777e12a20c9a11423997f23899ddaa5c10f0d201b73bb3cdb30b8e7a656ed0
generated: "2021-09-13T17:00:38.579182003Z"
generated: "2021-09-14T08:40:33.974542093Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.8.1"
appVersion: "2021.09"
dependencies:
- name: common
repository: https://truecharts.org/
@ -21,4 +21,4 @@ sources:
- https://github.com/pi-hole
- https://github.com/pi-hole/docker-pi-hole
type: application
version: 2.0.1
version: 2.0.2

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 | `"v5.8.1@sha256:f18e64d0fbd5948436e2e8f10973cdecdc0765975d090fe3b461bc9f9577a03d"` | |
| image.tag | string | `"2021.09@sha256:4653aee50cff8a679e03f2bcd1b05fc2f8b6614896c5554e081b08a3ce60a578"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/etc/pihole"` | |

View File

@ -7,7 +7,7 @@
image:
repository: ghcr.io/truecharts/pihole
pullPolicy: IfNotPresent
tag: v5.8.1@sha256:f18e64d0fbd5948436e2e8f10973cdecdc0765975d090fe3b461bc9f9577a03d
tag: 2021.09@sha256:4653aee50cff8a679e03f2bcd1b05fc2f8b6614896c5554e081b08a3ce60a578
envFrom:
- configMapRef:

View File

@ -1697,12 +1697,8 @@ questions:
show_if: [["type", "=", "openvpn"]]
attrs:
- variable: auth
label: "auth"
schema:
type: string
default: ""
- variable: authSecret
label: "authSecret"
label: "authentication credentials"
description: "authentication credentials, seperated by ; example: username;password"
schema:
type: string
default: ""

View File

@ -3,7 +3,7 @@
image:
repository: ghcr.io/truecharts/pihole
pullPolicy: IfNotPresent
tag: v5.8.1@sha256:f18e64d0fbd5948436e2e8f10973cdecdc0765975d090fe3b461bc9f9577a03d
tag: 2021.09@sha256:4653aee50cff8a679e03f2bcd1b05fc2f8b6614896c5554e081b08a3ce60a578
envFrom:
- configMapRef: