diff --git a/charts/incubator/chronos/.helmignore b/charts/stable/chronos/.helmignore similarity index 100% rename from charts/incubator/chronos/.helmignore rename to charts/stable/chronos/.helmignore diff --git a/charts/incubator/chronos/CHANGELOG.md b/charts/stable/chronos/CHANGELOG.md similarity index 100% rename from charts/incubator/chronos/CHANGELOG.md rename to charts/stable/chronos/CHANGELOG.md diff --git a/charts/incubator/chronos/Chart.yaml b/charts/stable/chronos/Chart.yaml similarity index 93% rename from charts/incubator/chronos/Chart.yaml rename to charts/stable/chronos/Chart.yaml index 852d1791232..fcfe37192f3 100644 --- a/charts/incubator/chronos/Chart.yaml +++ b/charts/stable/chronos/Chart.yaml @@ -1,7 +1,3 @@ -annotations: - truecharts.org/SCALE-support: "true" - truecharts.org/catagories: | - - Tools-Utilities apiVersion: v2 appVersion: "latest" dependencies: @@ -9,7 +5,7 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.5.6 deprecated: false -description: "Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI.\n" +description: "Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI." home: https://truecharts.org/docs/charts/incubator/chronos icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.png keywords: @@ -26,4 +22,8 @@ sources: - https://github.com/simse/chronos - https://hub.docker.com/r/simsemand/chronos type: application -version: 0.0.22 +version: 1.0.0 +annotations: + truecharts.org/SCALE-support: "true" + truecharts.org/catagories: | + - Tools-Utilities diff --git a/charts/incubator/chronos/README.md b/charts/stable/chronos/README.md similarity index 100% rename from charts/incubator/chronos/README.md rename to charts/stable/chronos/README.md diff --git a/charts/incubator/chronos/icon.png b/charts/stable/chronos/icon.png similarity index 100% rename from charts/incubator/chronos/icon.png rename to charts/stable/chronos/icon.png diff --git a/charts/incubator/chronos/questions.yaml b/charts/stable/chronos/questions.yaml similarity index 98% rename from charts/incubator/chronos/questions.yaml rename to charts/stable/chronos/questions.yaml index b8a5055113f..df4bcef3b08 100644 --- a/charts/incubator/chronos/questions.yaml +++ b/charts/stable/chronos/questions.yaml @@ -33,9 +33,9 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 5000 + default: 10305 required: true -# Include{advancedPortTCP} +# Include{advancedPortHTTP} - variable: targetPort label: "Target Port" description: "The internal(!) port on the container the Application runs on" diff --git a/charts/incubator/chronos/templates/common.yaml b/charts/stable/chronos/templates/common.yaml similarity index 100% rename from charts/incubator/chronos/templates/common.yaml rename to charts/stable/chronos/templates/common.yaml diff --git a/charts/incubator/chronos/values.yaml b/charts/stable/chronos/values.yaml similarity index 72% rename from charts/incubator/chronos/values.yaml rename to charts/stable/chronos/values.yaml index 1fd5dcfad9d..fb755b86b9e 100644 --- a/charts/incubator/chronos/values.yaml +++ b/charts/stable/chronos/values.yaml @@ -1,25 +1,28 @@ -env: {} image: - pullPolicy: IfNotPresent repository: tccr.io/truecharts/chronos - tag: latest@sha256:d461df79e6aad3f6567b30c539691f80abaa70ba977d524c21a8a71750f7c9c1 -persistence: - chronos: - enabled: true - mountPath: /chronos + pullPolicy: IfNotPresent + tag: v0.2@sha256:f8dd4381e007a4fa1846c0bfa1691c7bd4f77720b79d3513ab293ecbcc5d1e36 + podSecurityContext: runAsGroup: 0 runAsUser: 0 + securityContext: readOnlyRootFilesystem: false runAsNonRoot: false + service: main: ports: main: - port: 5000 - protocol: TCP + port: 10305 + protocol: HTTP targetPort: 5000 +persistence: + chronos: + enabled: true + mountPath: /chronos + portal: enabled: true diff --git a/charts/incubator/filerun/.helmignore b/charts/stable/filerun/.helmignore similarity index 100% rename from charts/incubator/filerun/.helmignore rename to charts/stable/filerun/.helmignore diff --git a/charts/incubator/filerun/CHANGELOG.md b/charts/stable/filerun/CHANGELOG.md similarity index 100% rename from charts/incubator/filerun/CHANGELOG.md rename to charts/stable/filerun/CHANGELOG.md diff --git a/charts/incubator/filerun/Chart.yaml b/charts/stable/filerun/Chart.yaml similarity index 98% rename from charts/incubator/filerun/Chart.yaml rename to charts/stable/filerun/Chart.yaml index bd1d7f2af2e..ed16a13bca4 100644 --- a/charts/incubator/filerun/Chart.yaml +++ b/charts/stable/filerun/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/filerun - https://hub.docker.com/r/filerun/filerun - https://github.com/filerun/docker -version: 2.1.6 +version: 3.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/filerun/README.md b/charts/stable/filerun/README.md similarity index 100% rename from charts/incubator/filerun/README.md rename to charts/stable/filerun/README.md diff --git a/charts/incubator/filerun/icon.png b/charts/stable/filerun/icon.png similarity index 100% rename from charts/incubator/filerun/icon.png rename to charts/stable/filerun/icon.png diff --git a/charts/incubator/filerun/questions.yaml b/charts/stable/filerun/questions.yaml similarity index 100% rename from charts/incubator/filerun/questions.yaml rename to charts/stable/filerun/questions.yaml diff --git a/charts/incubator/filerun/templates/common.yaml b/charts/stable/filerun/templates/common.yaml similarity index 100% rename from charts/incubator/filerun/templates/common.yaml rename to charts/stable/filerun/templates/common.yaml diff --git a/charts/incubator/filerun/values.yaml b/charts/stable/filerun/values.yaml similarity index 97% rename from charts/incubator/filerun/values.yaml rename to charts/stable/filerun/values.yaml index eb40c818362..108aad62dbe 100644 --- a/charts/incubator/filerun/values.yaml +++ b/charts/stable/filerun/values.yaml @@ -33,6 +33,7 @@ service: ports: main: port: 10199 + protocol: HTTP targetPort: 80 persistence: diff --git a/charts/incubator/kitchenowl/.helmignore b/charts/stable/kitchenowl/.helmignore similarity index 100% rename from charts/incubator/kitchenowl/.helmignore rename to charts/stable/kitchenowl/.helmignore diff --git a/charts/incubator/kitchenowl/CHANGELOG.md b/charts/stable/kitchenowl/CHANGELOG.md similarity index 100% rename from charts/incubator/kitchenowl/CHANGELOG.md rename to charts/stable/kitchenowl/CHANGELOG.md diff --git a/charts/incubator/kitchenowl/Chart.yaml b/charts/stable/kitchenowl/Chart.yaml similarity index 98% rename from charts/incubator/kitchenowl/Chart.yaml rename to charts/stable/kitchenowl/Chart.yaml index 832e0bed428..6ab0b7859de 100644 --- a/charts/incubator/kitchenowl/Chart.yaml +++ b/charts/stable/kitchenowl/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/kitchenowl - https://tombursch.github.io/kitchenowl type: application -version: 0.0.13 +version: 1.0.0 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/incubator/kitchenowl/README.md b/charts/stable/kitchenowl/README.md similarity index 100% rename from charts/incubator/kitchenowl/README.md rename to charts/stable/kitchenowl/README.md diff --git a/charts/incubator/kitchenowl/icon.png b/charts/stable/kitchenowl/icon.png similarity index 100% rename from charts/incubator/kitchenowl/icon.png rename to charts/stable/kitchenowl/icon.png diff --git a/charts/incubator/kitchenowl/questions.yaml b/charts/stable/kitchenowl/questions.yaml similarity index 100% rename from charts/incubator/kitchenowl/questions.yaml rename to charts/stable/kitchenowl/questions.yaml diff --git a/charts/incubator/kitchenowl/templates/_secrets.tpl b/charts/stable/kitchenowl/templates/_secrets.tpl similarity index 100% rename from charts/incubator/kitchenowl/templates/_secrets.tpl rename to charts/stable/kitchenowl/templates/_secrets.tpl diff --git a/charts/incubator/kitchenowl/templates/common.yaml b/charts/stable/kitchenowl/templates/common.yaml similarity index 100% rename from charts/incubator/kitchenowl/templates/common.yaml rename to charts/stable/kitchenowl/templates/common.yaml diff --git a/charts/incubator/kitchenowl/values.yaml b/charts/stable/kitchenowl/values.yaml similarity index 100% rename from charts/incubator/kitchenowl/values.yaml rename to charts/stable/kitchenowl/values.yaml diff --git a/cspell.config.yaml b/cspell.config.yaml index 2a3a9f19ac7..e801ab4330a 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -18,6 +18,7 @@ words: - bungeecord - chainname - cheatsheet + - Chronos - cloudflared - Cloudflareddns - collabora @@ -176,6 +177,7 @@ words: - webbasecontrol - webpanel - websecure + - websockets - weejewel - wger - xsystems