Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
76defadae6
commit
37abf9422c
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="guacamole-client-1.0.1"></a>
|
||||
### [guacamole-client-1.0.1](https://github.com/truecharts/apps/compare/guacamole-client-1.0.0...guacamole-client-1.0.1) (2022-01-17)
|
||||
|
||||
#### Fix
|
||||
|
||||
* fix default readFS on questions ([#1727](https://github.com/truecharts/apps/issues/1727))
|
||||
|
||||
|
||||
|
||||
<a name="guacamole-client-1.0.0"></a>
|
||||
### [guacamole-client-1.0.0](https://github.com/truecharts/apps/compare/guacamole-client-0.0.2...guacamole-client-1.0.0) (2022-01-16)
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://truecharts.org/
|
||||
version: 6.0.49
|
||||
digest: sha256:24fc5f3fc25204765db5bb393a58d69caac9c342f538a0586a8f8b5b0a4bc60c
|
||||
generated: "2022-01-16T10:57:38.721205086Z"
|
||||
generated: "2022-01-17T08:33:58.379747749Z"
|
|
@ -25,7 +25,7 @@ sources:
|
|||
- https://hub.docker.com/r/guacamole/guacamole
|
||||
- http://guacamole.incubator.apache.org/doc/gug/introduction.html
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -1783,7 +1783,7 @@ questions:
|
|||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
default: false
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
Loading…
Reference in New Issue