Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
013b08f50c
commit
93d5f3746e
|
@ -1,6 +1,15 @@
|
||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="guacd-2.0.11"></a>
|
||||||
|
### [guacd-2.0.11](https://github.com/truecharts/apps/compare/guacd-2.0.10...guacd-2.0.11) (2022-07-10)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* rootfs writable ([#3121](https://github.com/truecharts/apps/issues/3121))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="guacd-2.0.10"></a>
|
<a name="guacd-2.0.10"></a>
|
||||||
### [guacd-2.0.10](https://github.com/truecharts/apps/compare/guacd-2.0.9...guacd-2.0.10) (2022-07-10)
|
### [guacd-2.0.10](https://github.com/truecharts/apps/compare/guacd-2.0.9...guacd-2.0.10) (2022-07-10)
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
#### Chore
|
#### Chore
|
||||||
|
|
||||||
* Auto-update chart README [skip ci]
|
* Auto-update chart README [skip ci]
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* remove malfunctioning SCALE migration script
|
|
||||||
|
|
||||||
#### Refactor
|
|
||||||
|
|
||||||
* BREAKING CHANGE ([#2836](https://github.com/truecharts/apps/issues/2836))
|
|
||||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 10.2.1
|
version: 10.2.1
|
||||||
digest: sha256:ef841d6391d4d193203a60f6688ea2ee2a0b76c58dc55c84595db473bdcce690
|
digest: sha256:ef841d6391d4d193203a60f6688ea2ee2a0b76c58dc55c84595db473bdcce690
|
||||||
generated: "2022-07-10T08:45:10.782291399Z"
|
generated: "2022-07-10T12:27:27.63684006Z"
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
name: guacd
|
name: guacd
|
||||||
version: 2.0.10
|
version: 2.0.11
|
||||||
appVersion: "1.4.0"
|
appVersion: "1.4.0"
|
||||||
description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
|
description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
|
||||||
type: application
|
type: application
|
|
@ -3,6 +3,9 @@ image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee
|
tag: v1.4.0@sha256:6b67e159e4e24524bf025a419062249763967085f6111d73d9f3d9ee7b0c13ee
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsUser: 1000
|
runAsUser: 1000
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
|
@ -1271,7 +1271,7 @@ questions:
|
||||||
label: "ReadOnly Root Filesystem"
|
label: "ReadOnly Root Filesystem"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: false
|
||||||
- variable: allowPrivilegeEscalation
|
- variable: allowPrivilegeEscalation
|
||||||
label: "Allow Privilege Escalation"
|
label: "Allow Privilege Escalation"
|
||||||
schema:
|
schema:
|
Loading…
Reference in New Issue