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-26 18:24:56 +00:00
parent acf510ea13
commit 4c1861933f
758 changed files with 4575 additions and 1750 deletions
+5
View File
@@ -1,6 +1,11 @@
# Changelog<br>
<a name="authelia-4.0.0"></a>
### [authelia-4.0.0](https://github.com/truecharts/apps/compare/authelia-3.0.9...authelia-4.0.0) (2021-09-26)
<a name="authelia-3.0.9"></a>
### [authelia-3.0.9](https://github.com/truecharts/apps/compare/authelia-3.0.8...authelia-3.0.9) (2021-09-21)
+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
+1 -1
View File
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.3.2 |
| https://truecharts.org/ | common | 7.0.14 |
| https://truecharts.org/ | postgresql | 2.2.5 |
| https://truecharts.org | common | 8.0.7 |
## Installing the Chart
+2 -6
View File
@@ -1,7 +1,3 @@
<a name="authelia-3.0.9"></a>
### [authelia-3.0.9](https://github.com/truecharts/apps/compare/authelia-3.0.8...authelia-3.0.9) (2021-09-21)
#### Chore
* update helm chart postgresql to v2.2.5 ([#1017](https://github.com/truecharts/apps/issues/1017))
<a name="authelia-4.0.0"></a>
### [authelia-4.0.0](https://github.com/truecharts/apps/compare/authelia-3.0.9...authelia-4.0.0) (2021-09-26)
-9
View File
@@ -104,11 +104,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.redismaster.noMount | bool | `true` | |
| persistence.redismaster.size | string | `"100Gi"` | |
| persistence.redismaster.type | string | `"pvc"` | |
| podSecurityContext.fsGroup | int | `568` | |
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
| podSecurityContext.runAsGroup | int | `568` | |
| podSecurityContext.runAsUser | int | `568` | |
| podSecurityContext.supplementalGroups | list | `[]` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"authelia"` | |
@@ -151,10 +146,6 @@ You will, however, be able to use all values referenced in the common chart here
| regulation.max_retries | int | `3` | |
| resources.limits | object | `{}` | |
| resources.requests | object | `{}` | |
| securityContext.allowPrivilegeEscalation | bool | `false` | |
| securityContext.privileged | bool | `false` | |
| securityContext.readOnlyRootFilesystem | bool | `true` | |
| securityContext.runAsNonRoot | bool | `true` | |
| server.path | string | `""` | |
| server.port | int | `9091` | |
| server.read_buffer_size | int | `4096` | |