Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-09-28 07:44:45 +00:00
parent 8b5cb03416
commit 792b25e7ce
45 changed files with 477 additions and 45 deletions
+10
View File
@@ -1,6 +1,16 @@
# Changelog<br>
<a name="authelia-4.0.5"></a>
### [authelia-4.0.5](https://github.com/truecharts/apps/compare/authelia-4.0.4...authelia-4.0.5) (2021-09-28)
#### Chore
* update non-major ([#1048](https://github.com/truecharts/apps/issues/1048))
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
<a name="authelia-4.0.4"></a>
### [authelia-4.0.4](https://github.com/truecharts/apps/compare/authelia-4.0.3...authelia-4.0.4) (2021-09-27)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 4.31.0
appVersion: "4.31.0"
dependencies:
- name: common
repository: https://truecharts.org
+4 -3
View File
@@ -1,7 +1,8 @@
<a name="authelia-4.0.4"></a>
### [authelia-4.0.4](https://github.com/truecharts/apps/compare/authelia-4.0.3...authelia-4.0.4) (2021-09-27)
<a name="authelia-4.0.5"></a>
### [authelia-4.0.5](https://github.com/truecharts/apps/compare/authelia-4.0.4...authelia-4.0.5) (2021-09-28)
#### Chore
* update helm chart redis to v15.4.0
* update non-major ([#1048](https://github.com/truecharts/apps/issues/1048))
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+1 -1
View File
@@ -110,7 +110,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"authelia"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c"` | |
| probes.liveness.path | string | `"/api/health\""` | |
| probes.liveness.type | string | `"HTTP"` | |
| probes.readiness.path | string | `"/api/health"` | |