Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-02-22 09:22:36 +00:00
parent dfb4e63f2b
commit 37a96dd1e7
9 changed files with 675 additions and 181 deletions
@@ -1,6 +1,15 @@
# Changelog<br>
<a name="pydio-cells-1.0.0"></a>
### [pydio-cells-1.0.0](https://github.com/truecharts/apps/compare/pydio-cells-0.0.24...pydio-cells-1.0.0) (2022-02-22)
#### Feat
* Add db and use official image ([#1908](https://github.com/truecharts/apps/issues/1908))
<a name="pydio-cells-0.0.24"></a>
### [pydio-cells-0.0.24](https://github.com/truecharts/apps/compare/pydio-cells-0.0.23...pydio-cells-0.0.24) (2022-02-21)
+29 -10
View File
@@ -11,22 +11,41 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.EXTERNALURL | string | `""` | |
| env.PUID | int | `568` | |
| env.CELLS_BIND | string | `"0.0.0.0:{{ .Values.service.main.ports.main.targetPort }}"` | |
| env.CELLS_DATA_DIR | string | `"/cells/data"` | |
| env.CELLS_EXTERNAL | string | `""` | |
| env.CELLS_GRPC_EXTERNAL | string | `"{{ .Values.service.gprc.ports.gprc.targetPort }}"` | |
| env.CELLS_HEALTHCHECK | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | |
| env.CELLS_INSTALL_YAML | string | `"/cells/install.yml"` | |
| env.CELLS_LOG_DIR | string | `"/cells/logs"` | |
| env.CELLS_SERVICES_DIR | string | `"/cells/services"` | |
| env.CELLS_WORKING_DIR | string | `"/cells"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/pydio-cells"` | |
| image.tag | string | `"v3.0.4"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
| image.tag | string | `"v3.0.4@sha256:81c6f8675ffc243af9ffab5a43da0ed50f33f0c153c352aad027127c3c0318ad"` | |
| mariadb.enabled | bool | `true` | |
| mariadb.existingSecret | string | `"mariadbcreds"` | |
| mariadb.mariadbDatabase | string | `"pydiocells"` | |
| mariadb.mariadbUsername | string | `"pydiocells"` | |
| persistence.cells.enabled | bool | `true` | |
| persistence.cells.mountPath | string | `"/cells"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/cells/data"` | |
| persistence.logs.enabled | bool | `true` | |
| persistence.logs.mountPath | string | `"/cells/logs"` | |
| persistence.services.enabled | bool | `true` | |
| persistence.services.mountPath | string | `"/cells/services"` | |
| probes.liveness.path | string | `"/healthcheck"` | |
| probes.readiness.path | string | `"/healthcheck"` | |
| probes.startup.path | string | `"/healthcheck"` | |
| pydioinstall.password | string | `"supersecret"` | |
| pydioinstall.title | string | `"Pydio Cells"` | |
| pydioinstall.username | string | `"admin"` | |
| service.gprc.enabled | bool | `true` | |
| service.gprc.ports.gprc.enabled | bool | `true` | |
| service.gprc.ports.gprc.port | int | `33060` | |
| service.gprc.ports.gprc.targetPort | int | `33060` | |
| service.main.ports.main.port | int | `10150` | |
| service.main.ports.main.targetPort | int | `8080` | |
| service.main.ports.main.targetPort | int | `10150` | |
All Rights Reserved - The TrueCharts Project
+1
View File
@@ -17,6 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | mariadb | 1.0.71 |
| https://truecharts.org | common | 8.16.0 |
## Installing the Chart
File diff suppressed because one or more lines are too long