From 48b22ae3cfe01339fe0f4bd15ffa160f73238df3 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 7 Jan 2023 12:56:10 +0200 Subject: [PATCH] feat(jupyter): move to stable --- charts/{incubator => stable}/jupyter/.helmignore | 0 charts/{incubator => stable}/jupyter/CHANGELOG.md | 0 charts/{incubator => stable}/jupyter/Chart.yaml | 4 ++-- charts/{incubator => stable}/jupyter/README.md | 0 charts/{incubator => stable}/jupyter/icon.png | Bin charts/{incubator => stable}/jupyter/questions.yaml | 0 .../jupyter/templates/common.yaml | 0 charts/{incubator => stable}/jupyter/values.yaml | 0 8 files changed, 2 insertions(+), 2 deletions(-) rename charts/{incubator => stable}/jupyter/.helmignore (100%) rename charts/{incubator => stable}/jupyter/CHANGELOG.md (100%) rename charts/{incubator => stable}/jupyter/Chart.yaml (92%) rename charts/{incubator => stable}/jupyter/README.md (100%) rename charts/{incubator => stable}/jupyter/icon.png (100%) rename charts/{incubator => stable}/jupyter/questions.yaml (100%) rename charts/{incubator => stable}/jupyter/templates/common.yaml (100%) rename charts/{incubator => stable}/jupyter/values.yaml (100%) diff --git a/charts/incubator/jupyter/.helmignore b/charts/stable/jupyter/.helmignore similarity index 100% rename from charts/incubator/jupyter/.helmignore rename to charts/stable/jupyter/.helmignore diff --git a/charts/incubator/jupyter/CHANGELOG.md b/charts/stable/jupyter/CHANGELOG.md similarity index 100% rename from charts/incubator/jupyter/CHANGELOG.md rename to charts/stable/jupyter/CHANGELOG.md diff --git a/charts/incubator/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml similarity index 92% rename from charts/incubator/jupyter/Chart.yaml rename to charts/stable/jupyter/Chart.yaml index c47ce8a0478..7123fcb4798 100644 --- a/charts/incubator/jupyter/Chart.yaml +++ b/charts/stable/jupyter/Chart.yaml @@ -5,7 +5,7 @@ dependencies: repository: https://library-charts.truecharts.org version: 11.1.2 deprecated: false -description: "Jupyter a web based IDE" +description: Jupyter a web based IDE home: https://truecharts.org/charts/incubator/jupyter icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.png keywords: @@ -22,7 +22,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/jupyter - https://github.com/jupyter/docker-stacks type: application -version: 2.0.7 +version: 3.0.0 annotations: truecharts.org/catagories: | - Cloud diff --git a/charts/incubator/jupyter/README.md b/charts/stable/jupyter/README.md similarity index 100% rename from charts/incubator/jupyter/README.md rename to charts/stable/jupyter/README.md diff --git a/charts/incubator/jupyter/icon.png b/charts/stable/jupyter/icon.png similarity index 100% rename from charts/incubator/jupyter/icon.png rename to charts/stable/jupyter/icon.png diff --git a/charts/incubator/jupyter/questions.yaml b/charts/stable/jupyter/questions.yaml similarity index 100% rename from charts/incubator/jupyter/questions.yaml rename to charts/stable/jupyter/questions.yaml diff --git a/charts/incubator/jupyter/templates/common.yaml b/charts/stable/jupyter/templates/common.yaml similarity index 100% rename from charts/incubator/jupyter/templates/common.yaml rename to charts/stable/jupyter/templates/common.yaml diff --git a/charts/incubator/jupyter/values.yaml b/charts/stable/jupyter/values.yaml similarity index 100% rename from charts/incubator/jupyter/values.yaml rename to charts/stable/jupyter/values.yaml