mirror of
https://github.com/truecharts/charts.git
synced 2026-07-13 16:05:43 -03:00
fix(quassel-core): actually remove portal (#1846)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3,6 +3,9 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.14.0
|
||||
|
||||
portal:
|
||||
enabled: false
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
Reference in New Issue
Block a user