feat(wekan): move to stable (#2333)
* feat(wekan): move to stable * clean * Update Chart.yaml * update repo * bump * bump Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
co-authored by
Kjeld Schouten-Lebbing
parent
63c46acda8
commit
3a7c16be47
@@ -6,8 +6,8 @@ dependencies:
|
||||
version: 9.2.3
|
||||
- condition: mongodb.enabled
|
||||
name: mongodb
|
||||
repository: https://truecharts.org/
|
||||
version: 0.0.3
|
||||
repository: https://charts.truecharts.org
|
||||
version: 0.0.9
|
||||
description: WeKan - Open Source kanban
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/wekan
|
||||
icon: https://truecharts.org/_static/img/appicons/wekan.png
|
||||
@@ -23,7 +23,7 @@ name: wekan
|
||||
sources:
|
||||
- https://github.com/wekan/wekan
|
||||
- https://wekan.github.io/
|
||||
version: 0.0.1
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
@@ -1260,7 +1260,7 @@ questions:
|
||||
label: "ReadOnly Root Filesystem"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
- variable: allowPrivilegeEscalation
|
||||
label: "Allow Privilege Escalation"
|
||||
schema:
|
||||
@@ -1270,7 +1270,7 @@ questions:
|
||||
label: "runAsNonRoot"
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
default: true
|
||||
# Include{securityContextAdvanced}
|
||||
|
||||
- variable: podSecurityContext
|
||||
@@ -1285,13 +1285,13 @@ questions:
|
||||
description: "The UserID of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: "runAsGroup"
|
||||
description: The groupID this App of the user running the application"
|
||||
schema:
|
||||
type: int
|
||||
default: 0
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: "fsGroup"
|
||||
description: "The group that should own ALL storage."
|
||||
@@ -3,14 +3,6 @@ image:
|
||||
tag: v6.11@sha256:4d36ca29c2bf2775903d94e72b5ed55dc2893331ecced6a7ffd01164633e8df4
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# securityContext:
|
||||
# readOnlyRootFilesystem: false
|
||||
# runAsNonRoot: false
|
||||
|
||||
# podSecurityContext:
|
||||
# runAsUser: 0
|
||||
# runAsGroup: 0
|
||||
|
||||
env:
|
||||
WRITABLE_PATH: "/data"
|
||||
# User Defined
|
||||
Reference in New Issue
Block a user