bump all the things to rerender images/docs and remove unused config.md files

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-11 23:35:47 +02:00
parent 95dc05894e
commit 153415cbc7
943 changed files with 353 additions and 13535 deletions
-7
View File
@@ -1,7 +0,0 @@
# 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.
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.10"
description: Teedy is an open source, lightweight document management system for individuals and businesses.
name: teedy
version: 7.0.10
version: 7.0.11
kubeVersion: ">=1.16.0-0"
keywords:
- teedy
-35
View File
@@ -1,35 +0,0 @@
# 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.DATABASE_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.DOCS_BASE_URL | string | `""` | The base url used by the application |
| env.DOCS_DEFAULT_LANGUAGE | string | `"eng"` | Set the container timezone -- The language which will be used as default |
| env.DOCS_SMTP_HOSTNAME | string | `""` | Hostname of the SMTP-Server to be used by Teedy |
| env.DOCS_SMTP_PORT | int | `0` | The port of the SMTP-Server which should be used |
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"jdbc"` | |
| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/docs"` | image repository |
| image.tag | string | `"v1.10@sha256:da049548cc6e261fb09530de30b8856a5f45ec9be654fa8aba4b3dd4f6d091d7"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| postgresql | object | See values.yaml | Enable and configure postgresql database subchart under this key. |
| secret | object | See below | environment variables. See [application docs](https://github.com/sismics/docs) for more details. |
| secret.DOCS_ADMIN_EMAIL_INIT | string | `""` | Defines the e-mail-address the admin user should have upon initialization |
| secret.DOCS_ADMIN_PASSWORD_INIT | string | `""` | Defines the password the admin user should have upon initialization. Needs to be a bcrypt hash. |
| secret.DOCS_SMTP_PASSWORD | string | `""` | The password of the SMTP-Server which should be used |
| secret.DOCS_SMTP_USERNAME | string | `""` | The username of the SMTP-Server which should be used |
| service | object | See values.yaml | Configures service settings for the chart. |
All Rights Reserved - The TrueCharts Project