Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-01-11 12:09:06 +00:00
parent f1adf545d5
commit 74652fea89
8 changed files with 926 additions and 200 deletions

View File

@@ -1,6 +1,15 @@
# Changelog<br>
<a name="guacd-0.0.11"></a>
### [guacd-0.0.11](https://github.com/truecharts/apps/compare/guacd-0.0.10...guacd-0.0.11) (2022-01-11)
#### Feat
* use official image ([#1692](https://github.com/truecharts/apps/issues/1692))
<a name="guacd-0.0.10"></a>
### [guacd-0.0.10](https://github.com/truecharts/apps/compare/guacd-0.0.9...guacd-0.0.10) (2022-01-04)

View File

@@ -11,15 +11,9 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/guacd"` | |
| image.tag | string | `"v1.3.0"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| image.repository | string | `"tccr.io/truecharts/guacamole-server"` | |
| image.tag | string | `"v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee"` | |
| service.main.ports.main.port | int | `4822` | |
| service.main.ports.main.targetPort | int | `4822` | |

File diff suppressed because one or more lines are too long