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-13 17:07:54 +00:00
parent 2349bb4d40
commit e9944183a2
756 changed files with 9305 additions and 1096 deletions
+14
View File
@@ -1,6 +1,20 @@
# Changelog<br>
<a name="nextcloud-5.0.1"></a>
### [nextcloud-5.0.1](https://github.com/truecharts/apps/compare/nextcloud-4.0.6...nextcloud-5.0.1) (2021-09-13)
#### Chore
* update non-major
#### Feat
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
<a name="nextcloud-4.0.6"></a>
### [nextcloud-4.0.6](https://github.com/truecharts/apps/compare/nextcloud-4.0.5...nextcloud-4.0.6) (2021-09-11)
+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
@@ -18,9 +18,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.3.1 |
| https://truecharts.org/ | common | 7.0.3 |
| https://truecharts.org/ | postgresql | 2.1.1 |
| https://charts.bitnami.com/bitnami | redis | 15.3.2 |
| https://truecharts.org/ | common | 7.0.12 |
| https://truecharts.org/ | postgresql | 2.2.0 |
## Installing the Chart
+9 -4
View File
@@ -1,7 +1,12 @@
<a name="nextcloud-4.0.6"></a>
### [nextcloud-4.0.6](https://github.com/truecharts/apps/compare/nextcloud-4.0.5...nextcloud-4.0.6) (2021-09-11)
<a name="nextcloud-5.0.1"></a>
### [nextcloud-5.0.1](https://github.com/truecharts/apps/compare/nextcloud-4.0.6...nextcloud-5.0.1) (2021-09-13)
#### Fix
#### Chore
* bump postgresql on nextcloud to a working version
* update non-major
#### Feat
* add new GUI and VPN support to all Apps ([#977](https://github.com/truecharts/apps/issues/977))
* Add VPN addon and move some config to includes ([#973](https://github.com/truecharts/apps/issues/973))
+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:7fff0f7e827cd8e1daa3adbf0ca3f19e21006023c0f6d1c2d835718961516a87"` | |
| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | |
| 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 |