fix(quassel-core): actually remove portal (#1846)

This commit is contained in:
Stavros Kois 2022-02-05 11:58:36 +02:00 committed by GitHub
parent ce60104da3
commit 3442aa07c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: quassel-core
version: 0.0.22
version: 0.0.23
appVersion: "0.14.0"
description: Quassel-core is a modern, cross-platform, distributed IRC client.
type: application

View File

@ -3,6 +3,9 @@ image:
pullPolicy: IfNotPresent
tag: v0.14.0
portal:
enabled: false
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false