Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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` | |
|
||||
|
||||
Reference in New Issue
Block a user