Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
+35
-155
@@ -20364,36 +20364,6 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/imposter-server-0.0.2/imposter-server-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
impostor-server:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 1.6.0
|
||||
created: "2022-02-22T00:36:06.414227941Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.16.0
|
||||
description: A private Among Us server
|
||||
digest: f8301f2e51089dbc77fc68cb7321e232d023fa99034d25ceb1e3b77ac7b282f9
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/impostor-server
|
||||
icon: https://truecharts.org/_static/img/appicons/impostor-server-icon.png
|
||||
keywords:
|
||||
- impostor-server
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: impostor-server
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/incubator/impostor-server
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/impostor-server-0.0.9/impostor-server-0.0.9.tgz
|
||||
version: 0.0.9
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -30582,37 +30552,6 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/metallb-1.0.2/metallb-1.0.2.tgz
|
||||
version: 1.0.2
|
||||
minecraft-bedrock:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 2022.1.0
|
||||
created: "2022-02-22T00:36:06.613275934Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.16.0
|
||||
description: Minecraft Bedrock Dedicated Server
|
||||
digest: fd8e2f1e0b93d5256779c4eef26aa94d30c89d817b18456cd89ed64ddabad58c
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/minecraft-bedrock
|
||||
icon: https://truecharts.org/_static/img/appicons/minecraft-bedrock-icon.png
|
||||
keywords:
|
||||
- minecraft
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: minecraft-bedrock
|
||||
sources:
|
||||
- https://github.com/itzg/docker-minecraft-server
|
||||
- https://hub.docker.com/r/itzg/minecraft-server
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/minecraft-bedrock-0.0.8/minecraft-bedrock-0.0.8.tgz
|
||||
version: 0.0.8
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -30769,37 +30708,6 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/minecraft-bedrock-0.0.2/minecraft-bedrock-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
minecraft-java:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 2022.3.0
|
||||
created: "2022-02-22T00:36:06.825201075Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.16.0
|
||||
description: Minecraft Java Dedicated Server
|
||||
digest: cd70069e017d2a997a9e79ab2e72092bdc23784fdb03cc619fbcfe98318de388
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/minecraft-java
|
||||
icon: https://truecharts.org/_static/img/appicons/minecraft-java-icon.png
|
||||
keywords:
|
||||
- minecraft
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: minecraft-java
|
||||
sources:
|
||||
- https://github.com/itzg/docker-minecraft-server
|
||||
- https://hub.docker.com/r/itzg/minecraft-server
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/minecraft-java-0.0.11/minecraft-java-0.0.11.tgz
|
||||
version: 0.0.11
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -31111,37 +31019,6 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/minecraft-java-0.0.1/minecraft-java-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
minetest:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 5.4.1
|
||||
created: "2022-02-22T00:36:07.036411518Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.16.0
|
||||
description: Minetest (server) is a near-infinite-world block sandbox game and
|
||||
a game engine.
|
||||
digest: 7d84a20594b73cb262f96bdf26c5ac9c722b4b38ef4608a962b5084f58f8e95f
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/minetest
|
||||
icon: https://truecharts.org/_static/img/appicons/minetest-icon.png
|
||||
keywords:
|
||||
- minetest
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: minetest
|
||||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/minetest
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/minetest-0.0.23/minetest-0.0.23.tgz
|
||||
version: 0.0.23
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -47577,6 +47454,40 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/pwndrop-0.0.1/pwndrop-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
pydio-cells:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- incubator
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 3.0.4
|
||||
created: "2022-02-22T09:22:35.352677487Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.16.0
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://truecharts.org/
|
||||
version: 1.0.71
|
||||
description: Pydio-cells is the nextgen file sharing platform for organizations.
|
||||
digest: db2478ae512f493c61ee4a9e870741d24237810a5b9f7a2622ce4d30f2a90602
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/pydio-cells
|
||||
icon: https://truecharts.org/_static/img/appicons/pydio-cells-icon.png
|
||||
keywords:
|
||||
- pydio-cells
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: pydio-cells
|
||||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/pydio-cells
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/pydio-cells-1.0.0/pydio-cells-1.0.0.tgz
|
||||
version: 1.0.0
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -55125,37 +55036,6 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/static-1.0.21/static-1.0.21.tgz
|
||||
version: 1.0.21
|
||||
statisfactory:
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- games
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: 1.2.3
|
||||
created: "2022-02-22T00:36:07.265648289Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.16.0
|
||||
description: Satisfactory Dedicated Server
|
||||
digest: 3f381b2a63f289ffd4b5c9689ae663db5108f67839a12bc77036006cf419c522
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/games/satisfactory
|
||||
icon: https://truecharts.org/_static/img/appicons/satisfactory-icon.png
|
||||
keywords:
|
||||
- satisfactory
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: statisfactory
|
||||
sources:
|
||||
- https://github.com/wolveix/satisfactory-server
|
||||
- https://hub.docker.com/r/wolveix/satisfactory-server
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/statisfactory-0.0.7/statisfactory-0.0.7.tgz
|
||||
version: 0.0.7
|
||||
- annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
@@ -63591,4 +63471,4 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||
version: 9.0.24
|
||||
generated: "2022-02-22T00:36:07.271612665Z"
|
||||
generated: "2022-02-22T09:22:35.360810244Z"
|
||||
|
||||
Reference in New Issue
Block a user