Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-11-30 13:04:15 +00:00
parent b7c3c1a64e
commit 8779b53a53
759 changed files with 9665 additions and 511 deletions
+14
View File
@@ -1,6 +1,20 @@
# Changelog<br>
<a name="gitea-5.0.5"></a>
### [gitea-5.0.5](https://github.com/truecharts/apps/compare/gitea-5.0.4...gitea-5.0.5) (2021-11-30)
#### Chore
* update non-major deps helm releases ([#1432](https://github.com/truecharts/apps/issues/1432))
#### Fix
* correct some ports mistakes ([#1416](https://github.com/truecharts/apps/issues/1416))
* move conflicting ports to 10xxx range ([#1415](https://github.com/truecharts/apps/issues/1415))
<a name="gitea-5.0.4"></a>
### [gitea-5.0.4](https://github.com/truecharts/apps/compare/gitea-5.0.3...gitea-5.0.4) (2021-11-23)
+3 -3
View File
@@ -19,9 +19,9 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | memcached | 1.0.13 |
| https://truecharts.org/ | postgresql | 6.0.10 |
| https://truecharts.org | common | 8.9.3 |
| https://truecharts.org/ | memcached | 1.0.18 |
| https://truecharts.org/ | postgresql | 6.0.15 |
| https://truecharts.org | common | 8.9.7 |
## Installing the Chart
+1 -1
View File
@@ -60,7 +60,7 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"gitea"` | |
| postgresql.postgresqlUsername | string | `"gitea"` | |
| service.main.ports.main.port | int | `3000` | |
| service.main.ports.main.port | int | `10037` | |
| service.main.ports.main.targetPort | int | `3000` | |
| service.ssh.enabled | bool | `true` | |
| service.ssh.ports.ssh.enabled | bool | `true` | |