Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-09 18:23:03 +00:00
parent d413f584ca
commit e79cbd281b
16 changed files with 3830 additions and 0 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,9 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.2
- name: postgresql
repository: https://truecharts.org/
version: 7.0.1
digest: sha256:e6e3dbcd38834258b5fd1f3065e2df79e62b2eb4f5aeed481dfcf85541a9de0d
generated: "2022-03-09T18:16:57.512237871Z"

View File

@ -0,0 +1,35 @@
apiVersion: v2
appVersion: "4.2.4"
kubeVersion: '>=1.16.0-0'
version: 0.0.1
name: redmine
description: Redmine is a flexible project management web application written using Ruby on Rails framework.
type: application
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
sources:
- https://github.com/redmine/redmine
- https://hub.docker.com/_/redmine
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.2
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 7.0.1
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
annotations:
truecharts.org/catagories: |
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

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,3 @@
Redmine is a flexible project management web application written using Ruby on Rails framework.
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

Binary file not shown.

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,53 @@
image:
repository: tccr.io/truecharts/redmine
pullPolicy: IfNotPresent
tag: v4.2.4@sha256:5dec2ce2ea609a1b59101ab4903efa5177082c6603d73e8d5b7e6a0136ccb42a
env:
REDMINE_DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"
REDMINE_DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}"
REDMINE_DB_PORT: "5432"
# Anything but empty means true, empty means false
REDMINE_NO_DB_MIGRATE: "{{ ternary \"true\" \"\" .Values.redmine.no_db_migrate }}"
REDMINE_PLUGINS_MIGRATE: "{{ ternary \"true\" \"\" .Values.redmine.plugins_migrate }}"
redmine:
plugins_migrate: true
no_db_migrate: false
envValueFrom:
REDMINE_DB_PASSWORD:
secretKeyRef:
name: dbcreds
key: postgresql-password
REDMINE_DB_POSTGRES:
secretKeyRef:
name: dbcreds
key: plainhost
REDMINE_SECRET_KEY_BASE:
secretKeyRef:
name: redmine-secrets
key: REDMINE_SECRET_KEY_BASE
securityContext:
readOnlyRootFilesystem: false
service:
main:
ports:
main:
port: 10171
targetPort: 3000
persistence:
data:
enabled: true
mountPath: "/usr/src/redmine/files"
# Enabled postgres
postgresql:
enabled: true
existingSecret: "dbcreds"
postgresqlUsername: redmine
postgresqlDatabase: redmine

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,20 @@
{{/* Define the secrets */}}
{{- define "redmine.secrets" -}}
---
apiVersion: v1
kind: Secret
type: Opaque
metadata:
name: redmine-secrets
{{- $redmineprevious := lookup "v1" "Secret" .Release.Namespace "redmine-secrets" }}
{{- $secret_key_base := "" }}
data:
{{- if $redmineprevious}}
REDMINE_SECRET_KEY_BASE: {{ index $redmineprevious.data "REDMINE_SECRET_KEY_BASE" }}
{{- else }}
{{- $secret_key_base := randAlphaNum 80 }}
REDMINE_SECRET_KEY_BASE: {{ $secret_key_base | b64enc }}
{{- end }}
{{- end -}}

View File

@ -0,0 +1,8 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.setup" . }}
{{/* Render secrets for redmine */}}
{{- include "redmine.secrets" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/redmine.png
categories:
- productivity