Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-03 15:44:18 +00:00
parent e8dbca32f5
commit 63e8f0b559
634 changed files with 9046 additions and 693 deletions
+11
View File
@@ -1,6 +1,17 @@
# Changelog<br>
<a name="authelia-8.0.6"></a>
### [authelia-8.0.6](https://github.com/truecharts/apps/compare/authelia-8.0.5...authelia-8.0.6) (2021-12-03)
#### Chore
* ensure container references are prefixed with v
* move all container references to TCCR ([#1448](https://github.com/truecharts/apps/issues/1448))
* update non-major ([#1449](https://github.com/truecharts/apps/issues/1449))
<a name="authelia-8.0.5"></a>
### [authelia-8.0.5](https://github.com/truecharts/apps/compare/authelia-8.0.4...authelia-8.0.5) (2021-11-30)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.32.2"
appVersion: "4.33.0"
dependencies:
- name: common
repository: https://truecharts.org
+2 -2
View File
@@ -62,8 +62,8 @@ You will, however, be able to use all values referenced in the common chart here
| identity_providers.oidc.minimum_parameter_entropy | int | `8` | |
| identity_providers.oidc.refresh_token_lifespan | string | `"90m"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/authelia/authelia"` | |
| image.tag | string | `"4.32.2@sha256:4c46e56d219424542349fee05b643d854ab74df7a10207dc247dd36366ecfc25"` | |
| image.repository | string | `"tccr.io/truecharts/authelia"` | |
| image.tag | string | `"v4.33.0@sha256:8e5d19769c2c01fa8f3b5e96ccee2262b7a8aab1560ce3c40f80ee207be18f9d"` | |
| log.format | string | `"text"` | |
| log.level | string | `"trace"` | |
| notifier.disable_startup_check | bool | `false` | |