Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-28 21:43:30 +00:00
parent a24f087514
commit 7e1715c4d9
12 changed files with 1868 additions and 22 deletions

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="wekan-0.0.1"></a>
### wekan-0.0.1 (2022-03-28)
#### Feat
* add wekan ([#2328](https://github.com/truecharts/apps/issues/2328))

View File

@ -0,0 +1,7 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "10.6.2"
appVersion: "6.11"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@ -0,0 +1,39 @@
# Introduction
WeKan - Open Source kanban
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/wekan/wekan>
* <https://wekan.github.io/>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 9.2.3 |
| https://truecharts.org/ | mongodb | 0.0.3 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,30 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.ROOT_URL | string | `"http://localhost"` | |
| env.WRITABLE_PATH | string | `"/data"` | |
| envValueFrom.MONGO_URL.secretKeyRef.key | string | `"url"` | |
| envValueFrom.MONGO_URL.secretKeyRef.name | string | `"mongodbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/wekan"` | |
| image.tag | string | `"v6.11@sha256:4d36ca29c2bf2775903d94e72b5ed55dc2893331ecced6a7ffd01164633e8df4"` | |
| mongodb.enabled | bool | `true` | |
| mongodb.existingSecret | string | `"mongodbcreds"` | |
| mongodb.mongodbDatabase | string | `"wekan"` | |
| mongodb.mongodbUsername | string | `"wekan"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
| service.main.ports.main.port | int | `10204` | |
| service.main.ports.main.targetPort | int | `8080` | |
All Rights Reserved - The TrueCharts Project

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="wekan-0.0.1"></a>
### wekan-0.0.1 (2022-03-28)
#### Feat
* add wekan ([#2328](https://github.com/truecharts/apps/issues/2328))

View File

@ -0,0 +1,7 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,30 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.ROOT_URL | string | `"http://localhost"` | |
| env.WRITABLE_PATH | string | `"/data"` | |
| envValueFrom.MONGO_URL.secretKeyRef.key | string | `"url"` | |
| envValueFrom.MONGO_URL.secretKeyRef.name | string | `"mongodbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/wekan"` | |
| image.tag | string | `"v6.11@sha256:4d36ca29c2bf2775903d94e72b5ed55dc2893331ecced6a7ffd01164633e8df4"` | |
| mongodb.enabled | bool | `true` | |
| mongodb.existingSecret | string | `"mongodbcreds"` | |
| mongodb.mongodbDatabase | string | `"wekan"` | |
| mongodb.mongodbUsername | string | `"wekan"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
| service.main.ports.main.port | int | `10204` | |
| service.main.ports.main.targetPort | int | `8080` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,39 @@
# Introduction
WeKan - Open Source kanban
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://github.com/wekan/wekan>
* <https://wekan.github.io/>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 9.2.3 |
| https://truecharts.org/ | mongodb | 0.0.3 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

File diff suppressed because one or more lines are too long

View File

@ -1,39 +1,39 @@
apiVersion: v1
entries:
mongodb:
wekan:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- database
- productivity
truecharts.org/grade: U
apiVersion: v2
appVersion: 5.0.6
created: "2022-03-28T20:42:31.133516983Z"
appVersion: "6.11"
created: "2022-03-28T21:39:24.686599433Z"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.2.0
description: Fast, reliable, scalable, and easy to use open-source no-sql database
system.
digest: 3adf72313c483e18795bdbfe30f0d0ba75383c814554dc0aa60cbc53c8c5dc3c
home: https://github.com/truecharts/apps/tree/master/stable/mongodb
icon: https://truecharts.org/_static/img/appicons/mongodb.png
version: 9.2.3
- condition: mongodb.enabled
name: mongodb
repository: https://truecharts.org/
version: 0.0.3
description: WeKan - Open Source kanban
digest: 65d7892ad033b0a54096966237fa1dcc8ab06d70434be385e8b2cc0e856a8ced
home: https://github.com/truecharts/apps/tree/master/charts/stable/wekan
icon: https://truecharts.org/_static/img/appicons/wekan.png
keywords:
- mongodb
- database
- nosql
- wekan
- kanban
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: mongodb
name: wekan
sources:
- https://hub.docker.com/r/bitnami/mongodb
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
- https://github.com/wekan/wekan
- https://wekan.github.io/
urls:
- https://github.com/truecharts/apps/releases/download/mongodb-0.0.3/mongodb-0.0.3.tgz
version: 0.0.3
generated: "2022-03-28T20:42:31.133594581Z"
- https://github.com/truecharts/apps/releases/download/wekan-0.0.1/wekan-0.0.1.tgz
version: 0.0.1
generated: "2022-03-28T21:39:24.686615733Z"