-
-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
- Loading branch information
1 parent
b09907c
commit f2f7732
Showing
16 changed files
with
8,566 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,3 @@ | |
#### Feat | ||
|
||
* Add n8n ([#1797](https://github.com/truecharts/apps/issues/1797)) | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog<br> | ||
|
||
|
||
<a name="strapi-0.0.1"></a> | ||
### strapi-0.0.1 (2022-01-27) | ||
|
||
#### Feat | ||
|
||
* Add strapi ([#1800](https://github.com/truecharts/apps/issues/1800)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Introduction | ||
|
||
Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first. | ||
|
||
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://hub.docker.com/r/strapi/strapi> | ||
* <https://github.com/strapi/strapi> | ||
* <https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/installation/docker.html#creating-a-strapi-project> | ||
|
||
## Requirements | ||
|
||
Kubernetes: `>=1.16.0-0` | ||
|
||
## Dependencies | ||
|
||
| Repository | Name | Version | | ||
|------------|------|---------| | ||
| https://truecharts.org/ | postgresql | 6.0.58 | | ||
| https://truecharts.org | common | 8.14.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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.DATABASE_CLIENT | string | `"postgres"` | | | ||
| env.DATABASE_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | | ||
| env.DATABASE_PORT | int | `5432` | | | ||
| env.DATABASE_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | | ||
| env.EXTRA_ARGS | string | `""` | | | ||
| env.TZ | string | `"UTC"` | | | ||
| envValueFrom.DATABASE_HOST.secretKeyRef.key | string | `"plainhost"` | | | ||
| envValueFrom.DATABASE_HOST.secretKeyRef.name | string | `"dbcreds"` | | | ||
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | | ||
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repository | string | `"tccr.io/truecharts/strapi"` | | | ||
| image.tag | string | `"v3.6.8@sha256:25d345a1787c5be5ef1771b069e0eeaeba5b244a62870cc2b9d5acba0eaedd89"` | | | ||
| persistence.data.enabled | bool | `true` | | | ||
| persistence.data.mountPath | string | `"/srv/app"` | | | ||
| podSecurityContext.runAsGroup | int | `0` | | | ||
| podSecurityContext.runAsUser | int | `0` | | | ||
| postgresql.enabled | bool | `true` | | | ||
| postgresql.existingSecret | string | `"dbcreds"` | | | ||
| postgresql.postgresqlDatabase | string | `"strapi"` | | | ||
| postgresql.postgresqlUsername | string | `"strapi"` | | | ||
| securityContext.readOnlyRootFilesystem | bool | `false` | | | ||
| securityContext.runAsNonRoot | bool | `false` | | | ||
| service.main.ports.main.port | int | `1337` | | | ||
| service.main.ports.main.targetPort | int | `1337` | | | ||
|
||
All Rights Reserved - The TrueCharts Project |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,3 @@ | |
#### Feat | ||
|
||
* Add n8n ([#1797](https://github.com/truecharts/apps/issues/1797)) | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Changelog<br> | ||
|
||
|
||
<a name="strapi-0.0.1"></a> | ||
### strapi-0.0.1 (2022-01-27) | ||
|
||
#### Feat | ||
|
||
* Add strapi ([#1800](https://github.com/truecharts/apps/issues/1800)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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.DATABASE_CLIENT | string | `"postgres"` | | | ||
| env.DATABASE_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | | | ||
| env.DATABASE_PORT | int | `5432` | | | ||
| env.DATABASE_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | | | ||
| env.EXTRA_ARGS | string | `""` | | | ||
| env.TZ | string | `"UTC"` | | | ||
| envValueFrom.DATABASE_HOST.secretKeyRef.key | string | `"plainhost"` | | | ||
| envValueFrom.DATABASE_HOST.secretKeyRef.name | string | `"dbcreds"` | | | ||
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | | ||
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repository | string | `"tccr.io/truecharts/strapi"` | | | ||
| image.tag | string | `"v3.6.8@sha256:25d345a1787c5be5ef1771b069e0eeaeba5b244a62870cc2b9d5acba0eaedd89"` | | | ||
| persistence.data.enabled | bool | `true` | | | ||
| persistence.data.mountPath | string | `"/srv/app"` | | | ||
| podSecurityContext.runAsGroup | int | `0` | | | ||
| podSecurityContext.runAsUser | int | `0` | | | ||
| postgresql.enabled | bool | `true` | | | ||
| postgresql.existingSecret | string | `"dbcreds"` | | | ||
| postgresql.postgresqlDatabase | string | `"strapi"` | | | ||
| postgresql.postgresqlUsername | string | `"strapi"` | | | ||
| securityContext.readOnlyRootFilesystem | bool | `false` | | | ||
| securityContext.runAsNonRoot | bool | `false` | | | ||
| service.main.ports.main.port | int | `1337` | | | ||
| service.main.ports.main.targetPort | int | `1337` | | | ||
|
||
All Rights Reserved - The TrueCharts Project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Introduction | ||
|
||
Strapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first. | ||
|
||
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://hub.docker.com/r/strapi/strapi> | ||
* <https://github.com/strapi/strapi> | ||
* <https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/installation/docker.html#creating-a-strapi-project> | ||
|
||
## Requirements | ||
|
||
Kubernetes: `>=1.16.0-0` | ||
|
||
## Dependencies | ||
|
||
| Repository | Name | Version | | ||
|------------|------|---------| | ||
| https://truecharts.org/ | postgresql | 6.0.58 | | ||
| https://truecharts.org | common | 8.14.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 |
Oops, something went wrong.