Skip to content

Commit

Permalink
Commit released Helm Chart and docs for TrueCharts
Browse files Browse the repository at this point in the history
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
  • Loading branch information
truecharts-admin committed Jan 12, 2022
1 parent 0856668 commit 65f396a
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 7,406 deletions.
9 changes: 9 additions & 0 deletions charts/stable/guacd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog<br>


<a name="guacd-0.0.13"></a>
### [guacd-0.0.13](https://github.com/truecharts/apps/compare/guacd-0.0.12...guacd-0.0.13) (2022-01-12)

#### Fix

* run as root as it's needed for freerdp ([#1695](https://github.com/truecharts/apps/issues/1695))



<a name="guacd-0.0.12"></a>
### [guacd-0.0.12](https://github.com/truecharts/apps/compare/guacd-0.0.11...guacd-0.0.12) (2022-01-11)

Expand Down
3 changes: 2 additions & 1 deletion charts/stable/guacd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not gu

## Source Code

* <https://hub.docker.com/r/linuxserver/guacd>
* <https://hub.docker.com/r/guacamole/guacd>
* <https://github.com/apache/guacamole-server>

## Requirements

Expand Down
4 changes: 4 additions & 0 deletions charts/stable/guacd/helm-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/guacamole-server"` | |
| image.tag | string | `"v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `4822` | |
| service.main.ports.main.targetPort | int | `4822` | |

Expand Down
10 changes: 6 additions & 4 deletions charts/stable/guacd/security.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/apps/stable/guacd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog<br>


<a name="guacd-0.0.13"></a>
### [guacd-0.0.13](https://github.com/truecharts/apps/compare/guacd-0.0.12...guacd-0.0.13) (2022-01-12)

#### Fix

* run as root as it's needed for freerdp ([#1695](https://github.com/truecharts/apps/issues/1695))



<a name="guacd-0.0.12"></a>
### [guacd-0.0.12](https://github.com/truecharts/apps/compare/guacd-0.0.11...guacd-0.0.12) (2022-01-11)

Expand Down
4 changes: 4 additions & 0 deletions docs/apps/stable/guacd/helm-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ You will, however, be able to use all values referenced in the common chart here
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/guacamole-server"` | |
| image.tag | string | `"v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `4822` | |
| service.main.ports.main.targetPort | int | `4822` | |

Expand Down
3 changes: 2 additions & 1 deletion docs/apps/stable/guacd/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not gu

## Source Code

* <https://hub.docker.com/r/linuxserver/guacd>
* <https://hub.docker.com/r/guacamole/guacd>
* <https://github.com/apache/guacamole-server>

## Requirements

Expand Down
10 changes: 6 additions & 4 deletions docs/apps/stable/guacd/security.md

Large diffs are not rendered by default.

0 comments on commit 65f396a

Please sign in to comment.