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
|
version: 9.2.3
|
||||||
- condition: mongodb.enabled
|
- condition: mongodb.enabled
|
||||||
name: mongodb
|
name: mongodb
|
||||||
repository: https://truecharts.org/
|
repository: https://charts.truecharts.org
|
||||||
version: 0.0.3
|
version: 0.0.9
|
||||||
description: WeKan - Open Source kanban
|
description: WeKan - Open Source kanban
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/wekan
|
home: https://github.com/truecharts/apps/tree/master/charts/stable/wekan
|
||||||
icon: https://truecharts.org/_static/img/appicons/wekan.png
|
icon: https://truecharts.org/_static/img/appicons/wekan.png
|
||||||
@@ -23,7 +23,7 @@ name: wekan
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/wekan/wekan
|
- https://github.com/wekan/wekan
|
||||||
- https://wekan.github.io/
|
- https://wekan.github.io/
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
||||||
@@ -1260,7 +1260,7 @@ questions:
|
|||||||
label: "ReadOnly Root Filesystem"
|
label: "ReadOnly Root Filesystem"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
- variable: allowPrivilegeEscalation
|
- variable: allowPrivilegeEscalation
|
||||||
label: "Allow Privilege Escalation"
|
label: "Allow Privilege Escalation"
|
||||||
schema:
|
schema:
|
||||||
@@ -1270,7 +1270,7 @@ questions:
|
|||||||
label: "runAsNonRoot"
|
label: "runAsNonRoot"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: true
|
||||||
# Include{securityContextAdvanced}
|
# Include{securityContextAdvanced}
|
||||||
|
|
||||||
- variable: podSecurityContext
|
- variable: podSecurityContext
|
||||||
@@ -1285,13 +1285,13 @@ questions:
|
|||||||
description: "The UserID of the user running the application"
|
description: "The UserID of the user running the application"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 0
|
default: 568
|
||||||
- variable: runAsGroup
|
- variable: runAsGroup
|
||||||
label: "runAsGroup"
|
label: "runAsGroup"
|
||||||
description: The groupID this App of the user running the application"
|
description: The groupID this App of the user running the application"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 0
|
default: 568
|
||||||
- variable: fsGroup
|
- variable: fsGroup
|
||||||
label: "fsGroup"
|
label: "fsGroup"
|
||||||
description: "The group that should own ALL storage."
|
description: "The group that should own ALL storage."
|
||||||
@@ -3,14 +3,6 @@ image:
|
|||||||
tag: v6.11@sha256:4d36ca29c2bf2775903d94e72b5ed55dc2893331ecced6a7ffd01164633e8df4
|
tag: v6.11@sha256:4d36ca29c2bf2775903d94e72b5ed55dc2893331ecced6a7ffd01164633e8df4
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# securityContext:
|
|
||||||
# readOnlyRootFilesystem: false
|
|
||||||
# runAsNonRoot: false
|
|
||||||
|
|
||||||
# podSecurityContext:
|
|
||||||
# runAsUser: 0
|
|
||||||
# runAsGroup: 0
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WRITABLE_PATH: "/data"
|
WRITABLE_PATH: "/data"
|
||||||
# User Defined
|
# User Defined
|
||||||
Reference in New Issue
Block a user