From 93e8992033bb0a9fbe0041b2054d8b67b32f5902 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 14 Feb 2022 12:01:55 +0200 Subject: [PATCH] feat(linkace): move to stable (#1898) * feat(linkace): move to stable * bump --- charts/{incubator => stable}/linkace/CHANGELOG.md | 0 charts/{incubator => stable}/linkace/CONFIG.md | 0 charts/{incubator => stable}/linkace/Chart.yaml | 2 +- charts/{incubator => stable}/linkace/README.md | 0 charts/{incubator => stable}/linkace/helm-values.md | 0 charts/{incubator => stable}/linkace/questions.yaml | 0 charts/{incubator => stable}/linkace/security.md | 0 charts/{incubator => stable}/linkace/templates/_cronjob.tpl | 0 charts/{incubator => stable}/linkace/templates/_secrets.tpl | 0 charts/{incubator => stable}/linkace/templates/common.yaml | 0 charts/{incubator => stable}/linkace/values.yaml | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/linkace/CHANGELOG.md (100%) rename charts/{incubator => stable}/linkace/CONFIG.md (100%) rename charts/{incubator => stable}/linkace/Chart.yaml (98%) rename charts/{incubator => stable}/linkace/README.md (100%) rename charts/{incubator => stable}/linkace/helm-values.md (100%) rename charts/{incubator => stable}/linkace/questions.yaml (100%) rename charts/{incubator => stable}/linkace/security.md (100%) rename charts/{incubator => stable}/linkace/templates/_cronjob.tpl (100%) rename charts/{incubator => stable}/linkace/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/linkace/templates/common.yaml (100%) rename charts/{incubator => stable}/linkace/values.yaml (100%) diff --git a/charts/incubator/linkace/CHANGELOG.md b/charts/stable/linkace/CHANGELOG.md similarity index 100% rename from charts/incubator/linkace/CHANGELOG.md rename to charts/stable/linkace/CHANGELOG.md diff --git a/charts/incubator/linkace/CONFIG.md b/charts/stable/linkace/CONFIG.md similarity index 100% rename from charts/incubator/linkace/CONFIG.md rename to charts/stable/linkace/CONFIG.md diff --git a/charts/incubator/linkace/Chart.yaml b/charts/stable/linkace/Chart.yaml similarity index 98% rename from charts/incubator/linkace/Chart.yaml rename to charts/stable/linkace/Chart.yaml index c668b342593..16edc1a0da1 100644 --- a/charts/incubator/linkace/Chart.yaml +++ b/charts/stable/linkace/Chart.yaml @@ -27,7 +27,7 @@ sources: - https://www.linkace.org/docs/ - https://github.com/linkace/linkace - https://hub.docker.com/r/linkace/linkace -version: 0.0.2 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/linkace/README.md b/charts/stable/linkace/README.md similarity index 100% rename from charts/incubator/linkace/README.md rename to charts/stable/linkace/README.md diff --git a/charts/incubator/linkace/helm-values.md b/charts/stable/linkace/helm-values.md similarity index 100% rename from charts/incubator/linkace/helm-values.md rename to charts/stable/linkace/helm-values.md diff --git a/charts/incubator/linkace/questions.yaml b/charts/stable/linkace/questions.yaml similarity index 100% rename from charts/incubator/linkace/questions.yaml rename to charts/stable/linkace/questions.yaml diff --git a/charts/incubator/linkace/security.md b/charts/stable/linkace/security.md similarity index 100% rename from charts/incubator/linkace/security.md rename to charts/stable/linkace/security.md diff --git a/charts/incubator/linkace/templates/_cronjob.tpl b/charts/stable/linkace/templates/_cronjob.tpl similarity index 100% rename from charts/incubator/linkace/templates/_cronjob.tpl rename to charts/stable/linkace/templates/_cronjob.tpl diff --git a/charts/incubator/linkace/templates/_secrets.tpl b/charts/stable/linkace/templates/_secrets.tpl similarity index 100% rename from charts/incubator/linkace/templates/_secrets.tpl rename to charts/stable/linkace/templates/_secrets.tpl diff --git a/charts/incubator/linkace/templates/common.yaml b/charts/stable/linkace/templates/common.yaml similarity index 100% rename from charts/incubator/linkace/templates/common.yaml rename to charts/stable/linkace/templates/common.yaml diff --git a/charts/incubator/linkace/values.yaml b/charts/stable/linkace/values.yaml similarity index 100% rename from charts/incubator/linkace/values.yaml rename to charts/stable/linkace/values.yaml