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-09 18:23:00 +00:00
parent e901aa8441
commit 2c79ddcb0d
11 changed files with 2624 additions and 1 deletions

View File

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

View File

@@ -0,0 +1,8 @@
# 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" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### 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,39 @@
# Introduction
Redmine is a flexible project management web application written using Ruby on Rails framework.
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/redmine/redmine>
* <https://hub.docker.com/_/redmine>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 7.0.1 |
| https://truecharts.org | common | 9.1.2 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) 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,40 @@
# 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.REDMINE_DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.REDMINE_DB_PORT | string | `"5432"` | |
| env.REDMINE_DB_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.REDMINE_NO_DB_MIGRATE | string | `"{{ ternary \"true\" \"\" .Values.redmine.no_db_migrate }}"` | |
| env.REDMINE_PLUGINS_MIGRATE | string | `"{{ ternary \"true\" \"\" .Values.redmine.plugins_migrate }}"` | |
| envValueFrom.REDMINE_DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.REDMINE_DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.REDMINE_DB_POSTGRES.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.REDMINE_DB_POSTGRES.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.REDMINE_SECRET_KEY_BASE.secretKeyRef.key | string | `"REDMINE_SECRET_KEY_BASE"` | |
| envValueFrom.REDMINE_SECRET_KEY_BASE.secretKeyRef.name | string | `"redmine-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/redmine"` | |
| image.tag | string | `"v4.2.4@sha256:5dec2ce2ea609a1b59101ab4903efa5177082c6603d73e8d5b7e6a0136ccb42a"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/usr/src/redmine/files"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"redmine"` | |
| postgresql.postgresqlUsername | string | `"redmine"` | |
| redmine.no_db_migrate | bool | `false` | |
| redmine.plugins_migrate | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service.main.ports.main.port | int | `10171` | |
| service.main.ports.main.targetPort | int | `3000` | |
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="redmine-0.0.1"></a>
### redmine-0.0.1 (2022-03-09)
#### Feat
* Add redmine ([#2112](https://github.com/truecharts/apps/issues/2112))

View File

@@ -0,0 +1,8 @@
# 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" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### 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,40 @@
# 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.REDMINE_DB_DATABASE | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.REDMINE_DB_PORT | string | `"5432"` | |
| env.REDMINE_DB_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.REDMINE_NO_DB_MIGRATE | string | `"{{ ternary \"true\" \"\" .Values.redmine.no_db_migrate }}"` | |
| env.REDMINE_PLUGINS_MIGRATE | string | `"{{ ternary \"true\" \"\" .Values.redmine.plugins_migrate }}"` | |
| envValueFrom.REDMINE_DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.REDMINE_DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.REDMINE_DB_POSTGRES.secretKeyRef.key | string | `"plainhost"` | |
| envValueFrom.REDMINE_DB_POSTGRES.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.REDMINE_SECRET_KEY_BASE.secretKeyRef.key | string | `"REDMINE_SECRET_KEY_BASE"` | |
| envValueFrom.REDMINE_SECRET_KEY_BASE.secretKeyRef.name | string | `"redmine-secrets"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/redmine"` | |
| image.tag | string | `"v4.2.4@sha256:5dec2ce2ea609a1b59101ab4903efa5177082c6603d73e8d5b7e6a0136ccb42a"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/usr/src/redmine/files"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"redmine"` | |
| postgresql.postgresqlUsername | string | `"redmine"` | |
| redmine.no_db_migrate | bool | `false` | |
| redmine.plugins_migrate | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service.main.ports.main.port | int | `10171` | |
| service.main.ports.main.targetPort | int | `3000` | |
All Rights Reserved - The TrueCharts Project

View File

@@ -0,0 +1,39 @@
# Introduction
Redmine is a flexible project management web application written using Ruby on Rails framework.
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/redmine/redmine>
* <https://hub.docker.com/_/redmine>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 7.0.1 |
| https://truecharts.org | common | 9.1.2 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) 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

@@ -59543,6 +59543,47 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/redis-1.0.27/redis-1.0.27.tgz
version: 1.0.27
redmine:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- productivity
truecharts.org/grade: U
apiVersion: v2
appVersion: 4.2.4
created: "2022-03-09T18:22:59.361172009Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.2
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 7.0.1
description: Redmine is a flexible project management web application written
using Ruby on Rails framework.
digest: 6262a488eb7874e3f5bfcd04dab3cfa4b8697a3c34e42c30908502e2f6d5a398
home: https://github.com/truecharts/apps/tree/main/charts/redmine
icon: https://truecharts.org/_static/img/appicons/redmine.png
keywords:
- project
- management
- time
- tracking
- ticket
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: redmine
sources:
- https://github.com/redmine/redmine
- https://hub.docker.com/_/redmine
type: application
urls:
- https://github.com/truecharts/apps/releases/download/redmine-0.0.1/redmine-0.0.1.tgz
version: 0.0.1
reg:
- annotations:
truecharts.org/SCALE-support: "true"
@@ -73241,4 +73282,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-03-08T21:11:16.565455295Z"
generated: "2022-03-09T18:22:59.370217988Z"