Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="gitea-1.0.4"></a>
|
||||
### [gitea-1.0.4](https://github.com/truecharts/apps/compare/gitea-1.0.3...gitea-1.0.4) (2021-10-09)
|
||||
|
||||
|
||||
|
||||
<a name="gitea-1.0.3"></a>
|
||||
### [gitea-1.0.3](https://github.com/truecharts/apps/compare/gitea-1.0.2...gitea-1.0.3) (2021-10-05)
|
||||
|
||||
|
||||
@@ -21,14 +21,6 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"gitea/gitea"` | |
|
||||
| image.tag | string | `"1.15.3-rootless"` | |
|
||||
| initContainers.0-init-postgresdb.command[0] | string | `"sh"` | |
|
||||
| initContainers.0-init-postgresdb.command[1] | string | `"-c"` | |
|
||||
| initContainers.0-init-postgresdb.command[2] | string | `"until pg_isready -U gitea -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
| initContainers.0-init-postgresdb.env[0].name | string | `"pghost"` | |
|
||||
| initContainers.0-init-postgresdb.env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| initContainers.0-init-postgresdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| initContainers.0-init-postgresdb.image | string | `"{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"` | |
|
||||
| initContainers.0-init-postgresdb.imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| initContainers.1-init-directories.command[0] | string | `"/usr/sbin/init_directory_structure.sh"` | |
|
||||
| initContainers.1-init-directories.envFrom[0].configMapRef.name | string | `"gitea-env"` | |
|
||||
| initContainers.1-init-directories.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
|
||||
@@ -71,9 +63,6 @@ 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"` | |
|
||||
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:e7526fc32deec708740784d907bcea2ef6c78bc5ab5265026eff96e70082a54a"` | |
|
||||
| service.main.ports.main.port | int | `3000` | |
|
||||
| service.ssh.ports.ssh.port | int | `2222` | |
|
||||
| service.ssh.ports.ssh.targetPort | int | `2222` | |
|
||||
|
||||
@@ -20,8 +20,8 @@ Kubernetes: `>=1.16.0-0`
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | memcached | 5.15.4 |
|
||||
| https://truecharts.org/ | postgresql | 3.0.8 |
|
||||
| https://truecharts.org | common | 8.2.2 |
|
||||
| https://truecharts.org/ | postgresql | 3.0.12 |
|
||||
| https://truecharts.org | common | 8.3.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user