From 008ba87837ff5b65a5ea5150ea42089b37515e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?OpenSpeedTest=E2=84=A2=EF=B8=8F?= <51720450+openspeedtest@users.noreply.github.com> Date: Mon, 27 Jun 2022 00:10:09 +0530 Subject: [PATCH] feat(openspeedtest): move to stable (#2994) * Moved to Stable * version number changed Co-authored-by: Vishnu --- charts/{incubator => stable}/openspeedtest/.helmignore | 0 charts/{incubator => stable}/openspeedtest/CHANGELOG.md | 0 charts/{incubator => stable}/openspeedtest/CONFIG.md | 0 charts/{incubator => stable}/openspeedtest/Chart.yaml | 2 +- charts/{incubator => stable}/openspeedtest/README.md | 0 charts/{incubator => stable}/openspeedtest/helm-values.md | 0 charts/{incubator => stable}/openspeedtest/questions.yaml | 0 charts/{incubator => stable}/openspeedtest/security.md | 0 .../{incubator => stable}/openspeedtest/templates/common.yaml | 0 charts/{incubator => stable}/openspeedtest/values.yaml | 0 10 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/openspeedtest/.helmignore (100%) rename charts/{incubator => stable}/openspeedtest/CHANGELOG.md (100%) rename charts/{incubator => stable}/openspeedtest/CONFIG.md (100%) rename charts/{incubator => stable}/openspeedtest/Chart.yaml (98%) rename charts/{incubator => stable}/openspeedtest/README.md (100%) rename charts/{incubator => stable}/openspeedtest/helm-values.md (100%) rename charts/{incubator => stable}/openspeedtest/questions.yaml (100%) rename charts/{incubator => stable}/openspeedtest/security.md (100%) rename charts/{incubator => stable}/openspeedtest/templates/common.yaml (100%) rename charts/{incubator => stable}/openspeedtest/values.yaml (100%) diff --git a/charts/incubator/openspeedtest/.helmignore b/charts/stable/openspeedtest/.helmignore similarity index 100% rename from charts/incubator/openspeedtest/.helmignore rename to charts/stable/openspeedtest/.helmignore diff --git a/charts/incubator/openspeedtest/CHANGELOG.md b/charts/stable/openspeedtest/CHANGELOG.md similarity index 100% rename from charts/incubator/openspeedtest/CHANGELOG.md rename to charts/stable/openspeedtest/CHANGELOG.md diff --git a/charts/incubator/openspeedtest/CONFIG.md b/charts/stable/openspeedtest/CONFIG.md similarity index 100% rename from charts/incubator/openspeedtest/CONFIG.md rename to charts/stable/openspeedtest/CONFIG.md diff --git a/charts/incubator/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml similarity index 98% rename from charts/incubator/openspeedtest/Chart.yaml rename to charts/stable/openspeedtest/Chart.yaml index cb58fad024f..a408262ed6d 100644 --- a/charts/incubator/openspeedtest/Chart.yaml +++ b/charts/stable/openspeedtest/Chart.yaml @@ -21,7 +21,7 @@ name: openspeedtest sources: - https://github.com/openspeedtest/Speed-Test type: application -version: 0.0.2 +version: 1.0.0 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/incubator/openspeedtest/README.md b/charts/stable/openspeedtest/README.md similarity index 100% rename from charts/incubator/openspeedtest/README.md rename to charts/stable/openspeedtest/README.md diff --git a/charts/incubator/openspeedtest/helm-values.md b/charts/stable/openspeedtest/helm-values.md similarity index 100% rename from charts/incubator/openspeedtest/helm-values.md rename to charts/stable/openspeedtest/helm-values.md diff --git a/charts/incubator/openspeedtest/questions.yaml b/charts/stable/openspeedtest/questions.yaml similarity index 100% rename from charts/incubator/openspeedtest/questions.yaml rename to charts/stable/openspeedtest/questions.yaml diff --git a/charts/incubator/openspeedtest/security.md b/charts/stable/openspeedtest/security.md similarity index 100% rename from charts/incubator/openspeedtest/security.md rename to charts/stable/openspeedtest/security.md diff --git a/charts/incubator/openspeedtest/templates/common.yaml b/charts/stable/openspeedtest/templates/common.yaml similarity index 100% rename from charts/incubator/openspeedtest/templates/common.yaml rename to charts/stable/openspeedtest/templates/common.yaml diff --git a/charts/incubator/openspeedtest/values.yaml b/charts/stable/openspeedtest/values.yaml similarity index 100% rename from charts/incubator/openspeedtest/values.yaml rename to charts/stable/openspeedtest/values.yaml