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-29 08:25:30 +00:00
parent f4be86590a
commit d9ad0821d5
37 changed files with 362 additions and 37 deletions
+9
View File
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="nextcloud-6.0.8"></a>
### [nextcloud-6.0.8](https://github.com/truecharts/apps/compare/nextcloud-6.0.7...nextcloud-6.0.8) (2021-09-29)
#### Chore
* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
<a name="nextcloud-6.0.7"></a>
### [nextcloud-6.0.7](https://github.com/truecharts/apps/compare/nextcloud-6.0.6...nextcloud-6.0.7) (2021-09-28)
+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-6.0.7"></a>
### [nextcloud-6.0.7](https://github.com/truecharts/apps/compare/nextcloud-6.0.6...nextcloud-6.0.7) (2021-09-28)
<a name="nextcloud-6.0.8"></a>
### [nextcloud-6.0.8](https://github.com/truecharts/apps/compare/nextcloud-6.0.7...nextcloud-6.0.8) (2021-09-29)
#### Chore
* update helm chart postgresql to v3.0.3 ([#1050](https://github.com/truecharts/apps/issues/1050))
* update bitnami/postgresql:13.4.0 docker digest to 33c276d ([#1055](https://github.com/truecharts/apps/issues/1055))
+1 -1
View File
@@ -60,7 +60,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:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:33c276dffe6140d32f357753993c4088cf945a2d02d4c20d310f5a5e9d6e4a36"` | |
| 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 |