Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-01-10 17:21:25 +00:00
parent 293c9aa598
commit 1551082ef0
31 changed files with 3505 additions and 756 deletions
+10
View File
@@ -1,6 +1,16 @@
# Changelog<br>
<a name="shlink-0.0.5"></a>
### [shlink-0.0.5](https://github.com/truecharts/apps/compare/shlink-0.0.4...shlink-0.0.5) (2022-01-10)
#### Feat
* add some gui options ([#1682](https://github.com/truecharts/apps/issues/1682))
* add probes on health endpoint ([#1672](https://github.com/truecharts/apps/issues/1672))
<a name="shlink-0.0.4"></a>
### [shlink-0.0.4](https://github.com/truecharts/apps/compare/shlink-web-client-0.0.2...shlink-0.0.4) (2022-01-04)
@@ -11,10 +11,12 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.ANONYMIZE_REMOTE_ADDR | bool | `true` | |
| env.DB_DRIVER | string | `"postgres"` | |
| env.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.DEFAULT_DOMAIN | string | `""` | |
| env.ENABLE_PERIODIC_VISIT_LOCATE | bool | `true` | |
| env.GEOLITE_LICENSE_KEY | string | `""` | |
| env.IS_HTTPS_ENABLED | bool | `true` | |
| env.PORT | int | `10153` | |
@@ -33,6 +35,9 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"shlink"` | |
| postgresql.postgresqlUsername | string | `"shlink"` | |
| probes.liveness.path | string | `"/rest/health"` | |
| probes.readiness.path | string | `"/rest/health"` | |
| probes.startup.path | string | `"/rest/health"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| redis.redisUsername | string | `"default"` | |