From fc493e60500eb55ce4fe5052d6faa1aa393c5d54 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 27 Mar 2022 13:00:56 +0300 Subject: [PATCH] feat(ml-workspace): add to stable (#2302) --- charts/{incubator => stable}/ml-workspace/CHANGELOG.md | 0 charts/{incubator => stable}/ml-workspace/CONFIG.md | 0 charts/{incubator => stable}/ml-workspace/Chart.yaml | 4 +++- charts/{incubator => stable}/ml-workspace/README.md | 0 .../{incubator => stable}/ml-workspace/ci/minimal-values.yaml | 0 charts/{incubator => stable}/ml-workspace/helm-values.md | 0 charts/{incubator => stable}/ml-workspace/questions.yaml | 0 charts/{incubator => stable}/ml-workspace/security.md | 0 .../{incubator => stable}/ml-workspace/templates/common.yaml | 0 charts/{incubator => stable}/ml-workspace/values.yaml | 0 10 files changed, 3 insertions(+), 1 deletion(-) rename charts/{incubator => stable}/ml-workspace/CHANGELOG.md (100%) rename charts/{incubator => stable}/ml-workspace/CONFIG.md (100%) rename charts/{incubator => stable}/ml-workspace/Chart.yaml (86%) rename charts/{incubator => stable}/ml-workspace/README.md (100%) rename charts/{incubator => stable}/ml-workspace/ci/minimal-values.yaml (100%) rename charts/{incubator => stable}/ml-workspace/helm-values.md (100%) rename charts/{incubator => stable}/ml-workspace/questions.yaml (100%) rename charts/{incubator => stable}/ml-workspace/security.md (100%) rename charts/{incubator => stable}/ml-workspace/templates/common.yaml (100%) rename charts/{incubator => stable}/ml-workspace/values.yaml (100%) diff --git a/charts/incubator/ml-workspace/CHANGELOG.md b/charts/stable/ml-workspace/CHANGELOG.md similarity index 100% rename from charts/incubator/ml-workspace/CHANGELOG.md rename to charts/stable/ml-workspace/CHANGELOG.md diff --git a/charts/incubator/ml-workspace/CONFIG.md b/charts/stable/ml-workspace/CONFIG.md similarity index 100% rename from charts/incubator/ml-workspace/CONFIG.md rename to charts/stable/ml-workspace/CONFIG.md diff --git a/charts/incubator/ml-workspace/Chart.yaml b/charts/stable/ml-workspace/Chart.yaml similarity index 86% rename from charts/incubator/ml-workspace/Chart.yaml rename to charts/stable/ml-workspace/Chart.yaml index 170991a0cd9..4218bd69210 100644 --- a/charts/incubator/ml-workspace/Chart.yaml +++ b/charts/stable/ml-workspace/Chart.yaml @@ -21,7 +21,9 @@ sources: - https://github.com/ml-tooling/ml-workspace - https://hub.docker.com/r/mltooling/ml-workspace - https://hub.docker.com/r/mltooling/ml-workspace-gpu -version: 0.0.1 +- https://hub.docker.com/r/mltooling/ml-workspace-light +- https://hub.docker.com/r/mltooling/ml-workspace-minimal +version: 1.0.0 annotations: truecharts.org/catagories: | - utility diff --git a/charts/incubator/ml-workspace/README.md b/charts/stable/ml-workspace/README.md similarity index 100% rename from charts/incubator/ml-workspace/README.md rename to charts/stable/ml-workspace/README.md diff --git a/charts/incubator/ml-workspace/ci/minimal-values.yaml b/charts/stable/ml-workspace/ci/minimal-values.yaml similarity index 100% rename from charts/incubator/ml-workspace/ci/minimal-values.yaml rename to charts/stable/ml-workspace/ci/minimal-values.yaml diff --git a/charts/incubator/ml-workspace/helm-values.md b/charts/stable/ml-workspace/helm-values.md similarity index 100% rename from charts/incubator/ml-workspace/helm-values.md rename to charts/stable/ml-workspace/helm-values.md diff --git a/charts/incubator/ml-workspace/questions.yaml b/charts/stable/ml-workspace/questions.yaml similarity index 100% rename from charts/incubator/ml-workspace/questions.yaml rename to charts/stable/ml-workspace/questions.yaml diff --git a/charts/incubator/ml-workspace/security.md b/charts/stable/ml-workspace/security.md similarity index 100% rename from charts/incubator/ml-workspace/security.md rename to charts/stable/ml-workspace/security.md diff --git a/charts/incubator/ml-workspace/templates/common.yaml b/charts/stable/ml-workspace/templates/common.yaml similarity index 100% rename from charts/incubator/ml-workspace/templates/common.yaml rename to charts/stable/ml-workspace/templates/common.yaml diff --git a/charts/incubator/ml-workspace/values.yaml b/charts/stable/ml-workspace/values.yaml similarity index 100% rename from charts/incubator/ml-workspace/values.yaml rename to charts/stable/ml-workspace/values.yaml