From 3a7c16be4775051700f042997aadba2b9bf6d90e Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 30 Mar 2022 11:00:57 +0300 Subject: [PATCH] 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 --- charts/{incubator => stable}/wekan/CHANGELOG.md | 0 charts/{incubator => stable}/wekan/CONFIG.md | 0 charts/{incubator => stable}/wekan/Chart.yaml | 6 +++--- charts/{incubator => stable}/wekan/README.md | 0 charts/{incubator => stable}/wekan/helm-values.md | 0 charts/{incubator => stable}/wekan/questions.yaml | 8 ++++---- charts/{incubator => stable}/wekan/security.md | 0 charts/{incubator => stable}/wekan/templates/common.yaml | 0 charts/{incubator => stable}/wekan/values.yaml | 8 -------- 9 files changed, 7 insertions(+), 15 deletions(-) rename charts/{incubator => stable}/wekan/CHANGELOG.md (100%) rename charts/{incubator => stable}/wekan/CONFIG.md (100%) rename charts/{incubator => stable}/wekan/Chart.yaml (90%) rename charts/{incubator => stable}/wekan/README.md (100%) rename charts/{incubator => stable}/wekan/helm-values.md (100%) rename charts/{incubator => stable}/wekan/questions.yaml (99%) rename charts/{incubator => stable}/wekan/security.md (100%) rename charts/{incubator => stable}/wekan/templates/common.yaml (100%) rename charts/{incubator => stable}/wekan/values.yaml (81%) diff --git a/charts/incubator/wekan/CHANGELOG.md b/charts/stable/wekan/CHANGELOG.md similarity index 100% rename from charts/incubator/wekan/CHANGELOG.md rename to charts/stable/wekan/CHANGELOG.md diff --git a/charts/incubator/wekan/CONFIG.md b/charts/stable/wekan/CONFIG.md similarity index 100% rename from charts/incubator/wekan/CONFIG.md rename to charts/stable/wekan/CONFIG.md diff --git a/charts/incubator/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml similarity index 90% rename from charts/incubator/wekan/Chart.yaml rename to charts/stable/wekan/Chart.yaml index 78d1044f0d4..94799f202d0 100644 --- a/charts/incubator/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -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 diff --git a/charts/incubator/wekan/README.md b/charts/stable/wekan/README.md similarity index 100% rename from charts/incubator/wekan/README.md rename to charts/stable/wekan/README.md diff --git a/charts/incubator/wekan/helm-values.md b/charts/stable/wekan/helm-values.md similarity index 100% rename from charts/incubator/wekan/helm-values.md rename to charts/stable/wekan/helm-values.md diff --git a/charts/incubator/wekan/questions.yaml b/charts/stable/wekan/questions.yaml similarity index 99% rename from charts/incubator/wekan/questions.yaml rename to charts/stable/wekan/questions.yaml index 378b6481b34..77b16b300f1 100644 --- a/charts/incubator/wekan/questions.yaml +++ b/charts/stable/wekan/questions.yaml @@ -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." diff --git a/charts/incubator/wekan/security.md b/charts/stable/wekan/security.md similarity index 100% rename from charts/incubator/wekan/security.md rename to charts/stable/wekan/security.md diff --git a/charts/incubator/wekan/templates/common.yaml b/charts/stable/wekan/templates/common.yaml similarity index 100% rename from charts/incubator/wekan/templates/common.yaml rename to charts/stable/wekan/templates/common.yaml diff --git a/charts/incubator/wekan/values.yaml b/charts/stable/wekan/values.yaml similarity index 81% rename from charts/incubator/wekan/values.yaml rename to charts/stable/wekan/values.yaml index 5670ae7f06d..7817ca22143 100644 --- a/charts/incubator/wekan/values.yaml +++ b/charts/stable/wekan/values.yaml @@ -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