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 23:06:22 +00:00
parent 83071759f4
commit d8935bf292
91 changed files with 116 additions and 2786 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="nextcloud-6.0.13"></a>
### [nextcloud-6.0.13](https://github.com/truecharts/apps/compare/nextcloud-6.0.12...nextcloud-6.0.13) (2021-10-05)
#### Chore
* update non-major ([#1103](https://github.com/truecharts/apps/issues/1103))
<a name="nextcloud-6.0.12"></a>
### [nextcloud-6.0.12](https://github.com/truecharts/apps/compare/nextcloud-6.0.11...nextcloud-6.0.12) (2021-10-05)
+1 -1
View File
@@ -31,7 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/nextcloud"` | |
| image.tag | string | `"22.2.0@sha256:295c5c72307c00fbd41fb446a085c65c5f1b302948f52304481d2ac4255912b9"` | |
| image.tag | string | `"22.2.0@sha256:50d4d103bf6a229ec0d589785e057ecdaa8cb718f197056739fa14f483e0071b"` | |
| initContainers.init-postgresdb.command[0] | string | `"sh"` | |
| initContainers.init-postgresdb.command[1] | string | `"-c"` | |
| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | |