fix(jitsi): fix UI blocking catalog

This commit is contained in:
Stavros kois 2023-12-06 15:32:49 +02:00
parent 68e4ce3199
commit 6d43de1735
No known key found for this signature in database
GPG Key ID: 52FD8F5EE0A731BB
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: jitsi
version: 2.0.20
version: 2.0.21
appVersion: "8252"
description: Jitsi is a set of open-source projects that allows you to easily build and deploy secure video conferencing solutions
home: https://truecharts.org/charts/incubator/jitsi

View File

@ -157,12 +157,12 @@ questions:
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}