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-21 08:50:15 +00:00
parent d976ce2065
commit 87e3219b6f
176 changed files with 1563 additions and 362 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="nextcloud-5.0.3"></a>
### [nextcloud-5.0.3](https://github.com/truecharts/apps/compare/nextcloud-5.0.2...nextcloud-5.0.3) (2021-09-21)
#### Chore
* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013))
<a name="nextcloud-5.0.2"></a>
### [nextcloud-5.0.2](https://github.com/truecharts/apps/compare/nextcloud-5.0.1...nextcloud-5.0.2) (2021-09-14)
+1 -1
View File
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 22.1.1
appVersion: "22.1.1"
dependencies:
- name: common
repository: https://truecharts.org/
+3 -3
View File
@@ -1,7 +1,7 @@
<a name="nextcloud-5.0.2"></a>
### [nextcloud-5.0.2](https://github.com/truecharts/apps/compare/nextcloud-5.0.1...nextcloud-5.0.2) (2021-09-14)
<a name="nextcloud-5.0.3"></a>
### [nextcloud-5.0.3](https://github.com/truecharts/apps/compare/nextcloud-5.0.2...nextcloud-5.0.3) (2021-09-21)
#### Chore
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
* update non-major ([#1013](https://github.com/truecharts/apps/issues/1013))
+1 -1
View File
@@ -62,7 +62,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.postgresqlUsername | string | `"nextcloud"` | |
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:5a50f847555436a100f1b9653a5d50677e2a8e509779b80fd99217f16b35a19f"` | |
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
| probes.liveness | object | See below | Liveness probe configuration |
| probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |