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-06 19:23:04 +00:00
parent a2c6aaaa8e
commit 5d99884e20
40 changed files with 574 additions and 109 deletions
+13
View File
@@ -1,6 +1,19 @@
# Changelog<br>
<a name="linkace-2.0.1"></a>
### [linkace-2.0.1](https://github.com/truecharts/apps/compare/linkace-2.0.0...linkace-2.0.1) (2022-03-06)
#### Chore
* Remove `-icon` string from icon png's ([#2040](https://github.com/truecharts/apps/issues/2040))
#### Fix
* Correctly map TZ variable ([#2044](https://github.com/truecharts/apps/issues/2044))
<a name="linkace-2.0.0"></a>
### [linkace-2.0.0](https://github.com/truecharts/apps/compare/linkace-1.0.5...linkace-2.0.0) (2022-03-03)
+1 -1
View File
@@ -18,7 +18,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.APP_DEBUG | bool | `false` | |
| env.APP_ENV | string | `"production"` | |
| env.APP_NAME | string | `"LinkAce"` | |
| env.APP_TIMEZONE | string | `"{{ .Values.security.TZ }}"` | |
| env.APP_TIMEZONE | string | `"{{ .Values.TZ }}"` | |
| env.APP_URL | string | `"http://localhost"` | |
| env.BACKUP_DISK | string | `"s3"` | |
| env.BACKUP_ENABLED | bool | `false` | |