Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-10-18 22:08:35 +00:00
parent 4ccf8d64a5
commit 886f3096ee
844 changed files with 8365 additions and 1225 deletions
+13
View File
@@ -1,6 +1,19 @@
# Changelog<br>
<a name="fireflyiii-9.0.18"></a>
### [fireflyiii-9.0.18](https://github.com/truecharts/apps/compare/fireflyiii-9.0.17...fireflyiii-9.0.18) (2021-10-18)
#### Fix
* Change default permissions ([#1170](https://github.com/truecharts/apps/issues/1170))
#### Refactor
* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
<a name="fireflyiii-9.0.17"></a>
### [fireflyiii-9.0.17](https://github.com/truecharts/apps/compare/fireflyiii-9.0.16...fireflyiii-9.0.17) (2021-10-17)
@@ -28,6 +28,8 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"firefly"` | |
@@ -36,6 +38,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.readiness.path | string | `"/login"` | |
| probes.startup.path | string | `"/login"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8080` | |
All Rights Reserved - The TrueCharts Project
+2 -2
View File
@@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 3.0.16 |
| https://truecharts.org | common | 8.3.10 |
| https://truecharts.org/ | postgresql | 3.0.18 |
| https://truecharts.org | common | 8.3.12 |
## Installing the Chart