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