From 7fc1303592091f8e948c485a9cc5a8a68b201773 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sat, 3 Sep 2022 19:57:24 +0300 Subject: [PATCH] feat(pasta): move to stable (#3674) --- charts/{incubator => stable}/pasta/.helmignore | 0 charts/{incubator => stable}/pasta/CHANGELOG.md | 0 charts/{incubator => stable}/pasta/Chart.yaml | 2 +- charts/{incubator => stable}/pasta/README.md | 0 charts/{incubator => stable}/pasta/icon.png | Bin charts/{incubator => stable}/pasta/questions.yaml | 0 .../pasta/templates/common.yaml | 0 charts/{incubator => stable}/pasta/values.yaml | 2 +- 8 files changed, 2 insertions(+), 2 deletions(-) rename charts/{incubator => stable}/pasta/.helmignore (100%) rename charts/{incubator => stable}/pasta/CHANGELOG.md (100%) rename charts/{incubator => stable}/pasta/Chart.yaml (98%) rename charts/{incubator => stable}/pasta/README.md (100%) rename charts/{incubator => stable}/pasta/icon.png (100%) rename charts/{incubator => stable}/pasta/questions.yaml (100%) rename charts/{incubator => stable}/pasta/templates/common.yaml (100%) rename charts/{incubator => stable}/pasta/values.yaml (95%) diff --git a/charts/incubator/pasta/.helmignore b/charts/stable/pasta/.helmignore similarity index 100% rename from charts/incubator/pasta/.helmignore rename to charts/stable/pasta/.helmignore diff --git a/charts/incubator/pasta/CHANGELOG.md b/charts/stable/pasta/CHANGELOG.md similarity index 100% rename from charts/incubator/pasta/CHANGELOG.md rename to charts/stable/pasta/CHANGELOG.md diff --git a/charts/incubator/pasta/Chart.yaml b/charts/stable/pasta/Chart.yaml similarity index 98% rename from charts/incubator/pasta/Chart.yaml rename to charts/stable/pasta/Chart.yaml index cf967aa97ff..8e19555a223 100644 --- a/charts/incubator/pasta/Chart.yaml +++ b/charts/stable/pasta/Chart.yaml @@ -24,7 +24,7 @@ sources: - https://github.com/cglatot/pasta - https://hub.docker.com/r/cglatot/pasta type: application -version: 0.0.23 +version: 1.0.0 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/charts/incubator/pasta/README.md b/charts/stable/pasta/README.md similarity index 100% rename from charts/incubator/pasta/README.md rename to charts/stable/pasta/README.md diff --git a/charts/incubator/pasta/icon.png b/charts/stable/pasta/icon.png similarity index 100% rename from charts/incubator/pasta/icon.png rename to charts/stable/pasta/icon.png diff --git a/charts/incubator/pasta/questions.yaml b/charts/stable/pasta/questions.yaml similarity index 100% rename from charts/incubator/pasta/questions.yaml rename to charts/stable/pasta/questions.yaml diff --git a/charts/incubator/pasta/templates/common.yaml b/charts/stable/pasta/templates/common.yaml similarity index 100% rename from charts/incubator/pasta/templates/common.yaml rename to charts/stable/pasta/templates/common.yaml diff --git a/charts/incubator/pasta/values.yaml b/charts/stable/pasta/values.yaml similarity index 95% rename from charts/incubator/pasta/values.yaml rename to charts/stable/pasta/values.yaml index fe68c5aaf78..6c7adedcc33 100644 --- a/charts/incubator/pasta/values.yaml +++ b/charts/stable/pasta/values.yaml @@ -20,4 +20,4 @@ service: targetPort: 80 portal: - enabled: false + enabled: true