From 4a53f14849da80365ef08496e0665d1c6c04915b Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 29 May 2022 23:15:03 +0300 Subject: [PATCH] feat(apps): move to stable (#2790) --- charts/stable/clarkson/Chart.yaml | 2 +- charts/stable/clarkson/questions.yaml | 2 +- charts/stable/clarkson/values.yaml | 7 ++----- .../{incubator => stable}/commento-plusplus/CHANGELOG.md | 0 charts/{incubator => stable}/commento-plusplus/Chart.yaml | 2 +- charts/{incubator => stable}/commento-plusplus/README.md | 0 .../{incubator => stable}/commento-plusplus/questions.yaml | 0 charts/{incubator => stable}/commento-plusplus/security.md | 0 .../commento-plusplus/templates/common.yaml | 0 charts/{incubator => stable}/commento-plusplus/values.yaml | 0 charts/{incubator => stable}/fileflows/CHANGELOG.md | 0 charts/{incubator => stable}/fileflows/Chart.yaml | 2 +- charts/{incubator => stable}/fileflows/README.md | 0 charts/{incubator => stable}/fileflows/questions.yaml | 0 charts/{incubator => stable}/fileflows/security.md | 0 .../{incubator => stable}/fileflows/templates/common.yaml | 0 charts/{incubator => stable}/fileflows/values.yaml | 0 charts/{incubator => stable}/homarr/CHANGELOG.md | 0 charts/{incubator => stable}/homarr/Chart.yaml | 2 +- charts/{incubator => stable}/homarr/README.md | 0 charts/{incubator => stable}/homarr/questions.yaml | 2 +- charts/{incubator => stable}/homarr/security.md | 0 charts/{incubator => stable}/homarr/templates/common.yaml | 0 charts/{incubator => stable}/homarr/values.yaml | 2 +- charts/{incubator => stable}/jellyseerr/CHANGELOG.md | 0 charts/{incubator => stable}/jellyseerr/Chart.yaml | 2 +- charts/{incubator => stable}/jellyseerr/README.md | 0 charts/{incubator => stable}/jellyseerr/questions.yaml | 0 charts/{incubator => stable}/jellyseerr/security.md | 0 .../{incubator => stable}/jellyseerr/templates/common.yaml | 0 charts/{incubator => stable}/jellyseerr/values.yaml | 0 charts/{incubator => stable}/meshroom/CHANGELOG.md | 0 charts/{incubator => stable}/meshroom/Chart.yaml | 2 +- charts/{incubator => stable}/meshroom/README.md | 0 charts/{incubator => stable}/meshroom/questions.yaml | 4 ++-- charts/{incubator => stable}/meshroom/security.md | 0 .../{incubator => stable}/meshroom/templates/common.yaml | 0 charts/{incubator => stable}/meshroom/values.yaml | 0 38 files changed, 13 insertions(+), 16 deletions(-) rename charts/{incubator => stable}/commento-plusplus/CHANGELOG.md (100%) rename charts/{incubator => stable}/commento-plusplus/Chart.yaml (98%) rename charts/{incubator => stable}/commento-plusplus/README.md (100%) rename charts/{incubator => stable}/commento-plusplus/questions.yaml (100%) rename charts/{incubator => stable}/commento-plusplus/security.md (100%) rename charts/{incubator => stable}/commento-plusplus/templates/common.yaml (100%) rename charts/{incubator => stable}/commento-plusplus/values.yaml (100%) rename charts/{incubator => stable}/fileflows/CHANGELOG.md (100%) rename charts/{incubator => stable}/fileflows/Chart.yaml (98%) rename charts/{incubator => stable}/fileflows/README.md (100%) rename charts/{incubator => stable}/fileflows/questions.yaml (100%) rename charts/{incubator => stable}/fileflows/security.md (100%) rename charts/{incubator => stable}/fileflows/templates/common.yaml (100%) rename charts/{incubator => stable}/fileflows/values.yaml (100%) rename charts/{incubator => stable}/homarr/CHANGELOG.md (100%) rename charts/{incubator => stable}/homarr/Chart.yaml (97%) rename charts/{incubator => stable}/homarr/README.md (100%) rename charts/{incubator => stable}/homarr/questions.yaml (99%) rename charts/{incubator => stable}/homarr/security.md (100%) rename charts/{incubator => stable}/homarr/templates/common.yaml (100%) rename charts/{incubator => stable}/homarr/values.yaml (94%) rename charts/{incubator => stable}/jellyseerr/CHANGELOG.md (100%) rename charts/{incubator => stable}/jellyseerr/Chart.yaml (97%) rename charts/{incubator => stable}/jellyseerr/README.md (100%) rename charts/{incubator => stable}/jellyseerr/questions.yaml (100%) rename charts/{incubator => stable}/jellyseerr/security.md (100%) rename charts/{incubator => stable}/jellyseerr/templates/common.yaml (100%) rename charts/{incubator => stable}/jellyseerr/values.yaml (100%) rename charts/{incubator => stable}/meshroom/CHANGELOG.md (100%) rename charts/{incubator => stable}/meshroom/Chart.yaml (98%) rename charts/{incubator => stable}/meshroom/README.md (100%) rename charts/{incubator => stable}/meshroom/questions.yaml (99%) rename charts/{incubator => stable}/meshroom/security.md (100%) rename charts/{incubator => stable}/meshroom/templates/common.yaml (100%) rename charts/{incubator => stable}/meshroom/values.yaml (100%) diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml index e9739fd2b5e..cd5516c90d1 100644 --- a/charts/stable/clarkson/Chart.yaml +++ b/charts/stable/clarkson/Chart.yaml @@ -26,7 +26,7 @@ name: clarkson sources: - https://github.com/linuxserver/Clarkson - https://hub.docker.com/r/linuxserver/clarkson -version: 1.0.23 +version: 1.0.24 annotations: truecharts.org/catagories: | - vehicle diff --git a/charts/stable/clarkson/questions.yaml b/charts/stable/clarkson/questions.yaml index 6bc7544fdc3..e085350c7db 100644 --- a/charts/stable/clarkson/questions.yaml +++ b/charts/stable/clarkson/questions.yaml @@ -104,7 +104,7 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 10228 + default: 10244 required: true - variable: advanced label: "Show Advanced settings" diff --git a/charts/stable/clarkson/values.yaml b/charts/stable/clarkson/values.yaml index d4fab6ceb67..4ba04cd049e 100644 --- a/charts/stable/clarkson/values.yaml +++ b/charts/stable/clarkson/values.yaml @@ -19,14 +19,11 @@ service: main: ports: main: - port: 10228 + port: 10244 targetPort: 3000 -# See more environment variables in the clarkson documentation -# https://github.com/linuxserver/docker-clarkson#parameters env: - MYSQL_USERNAME: clarkson - + MYSQL_USERNAME: "{{ .Values.mariadb.mariadbUsername }}" envValueFrom: MYSQL_HOST: diff --git a/charts/incubator/commento-plusplus/CHANGELOG.md b/charts/stable/commento-plusplus/CHANGELOG.md similarity index 100% rename from charts/incubator/commento-plusplus/CHANGELOG.md rename to charts/stable/commento-plusplus/CHANGELOG.md diff --git a/charts/incubator/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml similarity index 98% rename from charts/incubator/commento-plusplus/Chart.yaml rename to charts/stable/commento-plusplus/Chart.yaml index 3b0b61b752a..683c8fa252d 100644 --- a/charts/incubator/commento-plusplus/Chart.yaml +++ b/charts/stable/commento-plusplus/Chart.yaml @@ -22,7 +22,7 @@ name: commento-plusplus sources: - https://github.com/souramoo/commentoplusplus - https://hub.docker.com/r/caroga/commentoplusplus -version: 0.0.1 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/commento-plusplus/README.md b/charts/stable/commento-plusplus/README.md similarity index 100% rename from charts/incubator/commento-plusplus/README.md rename to charts/stable/commento-plusplus/README.md diff --git a/charts/incubator/commento-plusplus/questions.yaml b/charts/stable/commento-plusplus/questions.yaml similarity index 100% rename from charts/incubator/commento-plusplus/questions.yaml rename to charts/stable/commento-plusplus/questions.yaml diff --git a/charts/incubator/commento-plusplus/security.md b/charts/stable/commento-plusplus/security.md similarity index 100% rename from charts/incubator/commento-plusplus/security.md rename to charts/stable/commento-plusplus/security.md diff --git a/charts/incubator/commento-plusplus/templates/common.yaml b/charts/stable/commento-plusplus/templates/common.yaml similarity index 100% rename from charts/incubator/commento-plusplus/templates/common.yaml rename to charts/stable/commento-plusplus/templates/common.yaml diff --git a/charts/incubator/commento-plusplus/values.yaml b/charts/stable/commento-plusplus/values.yaml similarity index 100% rename from charts/incubator/commento-plusplus/values.yaml rename to charts/stable/commento-plusplus/values.yaml diff --git a/charts/incubator/fileflows/CHANGELOG.md b/charts/stable/fileflows/CHANGELOG.md similarity index 100% rename from charts/incubator/fileflows/CHANGELOG.md rename to charts/stable/fileflows/CHANGELOG.md diff --git a/charts/incubator/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml similarity index 98% rename from charts/incubator/fileflows/Chart.yaml rename to charts/stable/fileflows/Chart.yaml index 64c8c782aa7..09c73684bef 100644 --- a/charts/incubator/fileflows/Chart.yaml +++ b/charts/stable/fileflows/Chart.yaml @@ -18,7 +18,7 @@ name: fileflows sources: - https://github.com/revenz/FileFlows - https://hub.docker.com/r/revenz/fileflows -version: 0.0.1 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/fileflows/README.md b/charts/stable/fileflows/README.md similarity index 100% rename from charts/incubator/fileflows/README.md rename to charts/stable/fileflows/README.md diff --git a/charts/incubator/fileflows/questions.yaml b/charts/stable/fileflows/questions.yaml similarity index 100% rename from charts/incubator/fileflows/questions.yaml rename to charts/stable/fileflows/questions.yaml diff --git a/charts/incubator/fileflows/security.md b/charts/stable/fileflows/security.md similarity index 100% rename from charts/incubator/fileflows/security.md rename to charts/stable/fileflows/security.md diff --git a/charts/incubator/fileflows/templates/common.yaml b/charts/stable/fileflows/templates/common.yaml similarity index 100% rename from charts/incubator/fileflows/templates/common.yaml rename to charts/stable/fileflows/templates/common.yaml diff --git a/charts/incubator/fileflows/values.yaml b/charts/stable/fileflows/values.yaml similarity index 100% rename from charts/incubator/fileflows/values.yaml rename to charts/stable/fileflows/values.yaml diff --git a/charts/incubator/homarr/CHANGELOG.md b/charts/stable/homarr/CHANGELOG.md similarity index 100% rename from charts/incubator/homarr/CHANGELOG.md rename to charts/stable/homarr/CHANGELOG.md diff --git a/charts/incubator/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml similarity index 97% rename from charts/incubator/homarr/Chart.yaml rename to charts/stable/homarr/Chart.yaml index 2a7fe4b2292..d946b92e09c 100644 --- a/charts/incubator/homarr/Chart.yaml +++ b/charts/stable/homarr/Chart.yaml @@ -17,7 +17,7 @@ maintainers: name: homarr sources: - https://github.com/ajnart/homarr -version: 0.0.1 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/homarr/README.md b/charts/stable/homarr/README.md similarity index 100% rename from charts/incubator/homarr/README.md rename to charts/stable/homarr/README.md diff --git a/charts/incubator/homarr/questions.yaml b/charts/stable/homarr/questions.yaml similarity index 99% rename from charts/incubator/homarr/questions.yaml rename to charts/stable/homarr/questions.yaml index 44086e7da8d..997bb35b0e8 100644 --- a/charts/incubator/homarr/questions.yaml +++ b/charts/stable/homarr/questions.yaml @@ -103,7 +103,7 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 10239 + default: 10245 required: true - variable: advanced label: "Show Advanced settings" diff --git a/charts/incubator/homarr/security.md b/charts/stable/homarr/security.md similarity index 100% rename from charts/incubator/homarr/security.md rename to charts/stable/homarr/security.md diff --git a/charts/incubator/homarr/templates/common.yaml b/charts/stable/homarr/templates/common.yaml similarity index 100% rename from charts/incubator/homarr/templates/common.yaml rename to charts/stable/homarr/templates/common.yaml diff --git a/charts/incubator/homarr/values.yaml b/charts/stable/homarr/values.yaml similarity index 94% rename from charts/incubator/homarr/values.yaml rename to charts/stable/homarr/values.yaml index f92d153464b..64c090b3197 100644 --- a/charts/incubator/homarr/values.yaml +++ b/charts/stable/homarr/values.yaml @@ -7,7 +7,7 @@ service: main: ports: main: - port: 10239 + port: 10245 targetPort: 7575 persistence: diff --git a/charts/incubator/jellyseerr/CHANGELOG.md b/charts/stable/jellyseerr/CHANGELOG.md similarity index 100% rename from charts/incubator/jellyseerr/CHANGELOG.md rename to charts/stable/jellyseerr/CHANGELOG.md diff --git a/charts/incubator/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml similarity index 97% rename from charts/incubator/jellyseerr/Chart.yaml rename to charts/stable/jellyseerr/Chart.yaml index 74f801c25cf..fa4ef1d8fab 100644 --- a/charts/incubator/jellyseerr/Chart.yaml +++ b/charts/stable/jellyseerr/Chart.yaml @@ -18,7 +18,7 @@ name: jellyseerr sources: - https://github.com/Fallenbagel/jellyseerr - https://hub.docker.com/r/fallenbagel/jellyseerr -version: 0.0.1 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/jellyseerr/README.md b/charts/stable/jellyseerr/README.md similarity index 100% rename from charts/incubator/jellyseerr/README.md rename to charts/stable/jellyseerr/README.md diff --git a/charts/incubator/jellyseerr/questions.yaml b/charts/stable/jellyseerr/questions.yaml similarity index 100% rename from charts/incubator/jellyseerr/questions.yaml rename to charts/stable/jellyseerr/questions.yaml diff --git a/charts/incubator/jellyseerr/security.md b/charts/stable/jellyseerr/security.md similarity index 100% rename from charts/incubator/jellyseerr/security.md rename to charts/stable/jellyseerr/security.md diff --git a/charts/incubator/jellyseerr/templates/common.yaml b/charts/stable/jellyseerr/templates/common.yaml similarity index 100% rename from charts/incubator/jellyseerr/templates/common.yaml rename to charts/stable/jellyseerr/templates/common.yaml diff --git a/charts/incubator/jellyseerr/values.yaml b/charts/stable/jellyseerr/values.yaml similarity index 100% rename from charts/incubator/jellyseerr/values.yaml rename to charts/stable/jellyseerr/values.yaml diff --git a/charts/incubator/meshroom/CHANGELOG.md b/charts/stable/meshroom/CHANGELOG.md similarity index 100% rename from charts/incubator/meshroom/CHANGELOG.md rename to charts/stable/meshroom/CHANGELOG.md diff --git a/charts/incubator/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml similarity index 98% rename from charts/incubator/meshroom/Chart.yaml rename to charts/stable/meshroom/Chart.yaml index a7cb1d8c87b..b6c87b9cfa6 100644 --- a/charts/incubator/meshroom/Chart.yaml +++ b/charts/stable/meshroom/Chart.yaml @@ -18,7 +18,7 @@ name: meshroom sources: - https://github.com/alicevision/meshroom - https://hub.docker.com/r/alicevision/meshroom -version: 0.0.1 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/meshroom/README.md b/charts/stable/meshroom/README.md similarity index 100% rename from charts/incubator/meshroom/README.md rename to charts/stable/meshroom/README.md diff --git a/charts/incubator/meshroom/questions.yaml b/charts/stable/meshroom/questions.yaml similarity index 99% rename from charts/incubator/meshroom/questions.yaml rename to charts/stable/meshroom/questions.yaml index 910c1a219ff..b66622fdcc2 100644 --- a/charts/incubator/meshroom/questions.yaml +++ b/charts/stable/meshroom/questions.yaml @@ -103,7 +103,7 @@ questions: description: "This port exposes the container port on the service" schema: type: int - default: 10047 + default: 10243 required: true - variable: advanced label: "Show Advanced settings" @@ -138,7 +138,7 @@ questions: description: "The internal(!) port on the container the Application runs on" schema: type: int - default: 4040 + default: 22 - variable: serviceexpert group: "Networking and Services" diff --git a/charts/incubator/meshroom/security.md b/charts/stable/meshroom/security.md similarity index 100% rename from charts/incubator/meshroom/security.md rename to charts/stable/meshroom/security.md diff --git a/charts/incubator/meshroom/templates/common.yaml b/charts/stable/meshroom/templates/common.yaml similarity index 100% rename from charts/incubator/meshroom/templates/common.yaml rename to charts/stable/meshroom/templates/common.yaml diff --git a/charts/incubator/meshroom/values.yaml b/charts/stable/meshroom/values.yaml similarity index 100% rename from charts/incubator/meshroom/values.yaml rename to charts/stable/meshroom/values.yaml