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-28 07:44:45 +00:00
parent 8b5cb03416
commit 792b25e7ce
45 changed files with 477 additions and 45 deletions
+10
View File
@@ -1,6 +1,16 @@
# Changelog<br>
<a name="nextcloud-6.0.5"></a>
### [nextcloud-6.0.5](https://github.com/truecharts/apps/compare/nextcloud-6.0.4...nextcloud-6.0.5) (2021-09-28)
#### Chore
* update non-major ([#1048](https://github.com/truecharts/apps/issues/1048))
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
<a name="nextcloud-6.0.4"></a>
### [nextcloud-6.0.4](https://github.com/truecharts/apps/compare/nextcloud-6.0.3...nextcloud-6.0.4) (2021-09-27)
+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
+4 -3
View File
@@ -1,7 +1,8 @@
<a name="nextcloud-6.0.4"></a>
### [nextcloud-6.0.4](https://github.com/truecharts/apps/compare/nextcloud-6.0.3...nextcloud-6.0.4) (2021-09-27)
<a name="nextcloud-6.0.5"></a>
### [nextcloud-6.0.5](https://github.com/truecharts/apps/compare/nextcloud-6.0.4...nextcloud-6.0.5) (2021-09-28)
#### Chore
* update helm chart redis to v15.4.0
* update non-major ([#1048](https://github.com/truecharts/apps/issues/1048))
* update non-major ([#1046](https://github.com/truecharts/apps/issues/1046))
+2 -2
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.1.1@sha256:99d94124b2024c9f7f38dc12144a92bc0d68d110bcfd374169ebb7e8df0adf8e"` | |
| image.tag | string | `"22.1.1@sha256:470fddc9e4b5c09acaced5cac601f75113261c14cc8e62cc3e015b41afe06ff0"` | |
| 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"` | |
@@ -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:abfb7efd31afc36a8b16aa077bb9dd165c4f635412affef37c7859605fda762c"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:157b3a69567fe84148860f2f03526750dc3f8d7c8d03d2488e7077030b3b925c"` | |
| 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 |