Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-11 12:59:16 +00:00
parent cad131731c
commit 5ef83eaa23
123 changed files with 2073 additions and 613 deletions

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="pgadmin-5.0.0"></a>
### [pgadmin-5.0.0](https://github.com/truecharts/apps/compare/pgadmin-4.0.20...pgadmin-5.0.0) (2021-12-11)
#### Feat
* move user/pass/secrets/keys from `env` to `secret` ([#1501](https://github.com/truecharts/apps/issues/1501))
<a name="pgadmin-4.0.20"></a>
### [pgadmin-4.0.20](https://github.com/truecharts/apps/compare/pgadmin-4.0.19...pgadmin-4.0.20) (2021-12-07)

View File

@@ -11,8 +11,7 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PGADMIN_DEFAULT_EMAIL | string | `"replace@this.now"` | |
| env.PGADMIN_DEFAULT_PASSWORD | string | `"changeme"` | |
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/pgadmin4"` | |
| image.tag | string | `"v6.2@sha256:56a1cc09742301c5cca10f75f9766a85f7b8c9a256ee88cdf04ad1038db2f2cd"` | |
@@ -21,6 +20,8 @@ You will, however, be able to use all values referenced in the common chart here
| podSecurityContext.fsGroup | int | `5050` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret.PGADMIN_DEFAULT_EMAIL | string | `"replace@this.now"` | |
| secret.PGADMIN_DEFAULT_PASSWORD | string | `"changeme"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `10024` | |