Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0097842230
commit
86c412328d
|
@ -1,21 +0,0 @@
|
||||||
|
|
||||||
<a name="authelia-3.0.1"></a>
|
|
||||||
### [authelia-3.0.1](https://github.com/truecharts/apps/compare/authelia-2.0.2...authelia-3.0.1) (2021-09-13)
|
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960))
|
|
||||||
* update non-major
|
|
||||||
* update non-major
|
|
||||||
|
|
||||||
#### 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
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* make sure podSecurityContext is included in both SCALE and Helm installs ([#956](https://github.com/truecharts/apps/issues/956))
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
<a name="authelia-3.0.2"></a>
|
||||||
|
### [authelia-3.0.2](https://github.com/truecharts/apps/compare/authelia-3.0.1...authelia-3.0.2) (2021-09-13)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* use correct authelia tag on SCALE installs
|
||||||
|
|
|
@ -9,4 +9,4 @@ dependencies:
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 15.3.2
|
version: 15.3.2
|
||||||
digest: sha256:b253f7f5df09fa780744ea5a252f40f66265907e246089aad0f54c1e630cbd90
|
digest: sha256:b253f7f5df09fa780744ea5a252f40f66265907e246089aad0f54c1e630cbd90
|
||||||
generated: "2021-09-13T16:50:48.535681372Z"
|
generated: "2021-09-13T19:08:29.483884247Z"
|
|
@ -38,4 +38,4 @@ sources:
|
||||||
- https://github.com/authelia/chartrepo
|
- https://github.com/authelia/chartrepo
|
||||||
- https://github.com/authelia/authelia
|
- https://github.com/authelia/authelia
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.1
|
version: 3.0.2
|
|
@ -7,7 +7,7 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/authelia/authelia
|
repository: ghcr.io/authelia/authelia
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "4.30.4"@sha256:42
|
tag: 4.30.4@sha256:956a7577adeb3d430bb1fc00b08baa8aecddec3949dd767363a43fcc6465d34a
|
||||||
|
|
||||||
postgresqlImage:
|
postgresqlImage:
|
||||||
repository: bitnami/postgresql
|
repository: bitnami/postgresql
|
Loading…
Reference in New Issue