Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-05 12:35:05 +00:00
parent 6a7c88b418
commit b55f50d078
510 changed files with 5412 additions and 390 deletions
+2 -3
View File
@@ -11,10 +11,9 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PGID | string | `"568"` | |
| env.PUID | string | `"568"` | |
| env.PUID | int | `568` | |
| envTpl.UNIFI_GID | string | `"{{ .Values.env.PUID }}"` | |
| envTpl.UNIFI_UID | string | `"{{ .Values.env.PGID }}"` | |
| envTpl.UNIFI_UID | string | `"{{ .Values.podSecurityContext.fsGroup }}"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/truecharts/unifi"` | |
| image.tag | string | `"v6.4.54@sha256:2504771015b659dac1cf690317193f6e7fb94cf24efd89a3599d99b7bab9705e"` | |