From 741122d4756d85841db426ecc08f86e9b4ee2ad7 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:28:28 +0200 Subject: [PATCH] feat(tandoor-recipes): move to stable --- charts/{dev => stable}/tandoor-recipes/.helmignore | 0 charts/{dev => stable}/tandoor-recipes/CHANGELOG.md | 0 charts/{dev => stable}/tandoor-recipes/Chart.yaml | 8 ++++---- charts/{dev => stable}/tandoor-recipes/README.md | 0 charts/{dev => stable}/tandoor-recipes/icon.png | Bin .../{dev => stable}/tandoor-recipes/questions.yaml | 0 .../tandoor-recipes/templates/_secrets.tpl | 0 .../tandoor-recipes/templates/common.yaml | 0 charts/{dev => stable}/tandoor-recipes/values.yaml | 0 9 files changed, 4 insertions(+), 4 deletions(-) rename charts/{dev => stable}/tandoor-recipes/.helmignore (100%) rename charts/{dev => stable}/tandoor-recipes/CHANGELOG.md (100%) rename charts/{dev => stable}/tandoor-recipes/Chart.yaml (82%) rename charts/{dev => stable}/tandoor-recipes/README.md (100%) rename charts/{dev => stable}/tandoor-recipes/icon.png (100%) rename charts/{dev => stable}/tandoor-recipes/questions.yaml (100%) rename charts/{dev => stable}/tandoor-recipes/templates/_secrets.tpl (100%) rename charts/{dev => stable}/tandoor-recipes/templates/common.yaml (100%) rename charts/{dev => stable}/tandoor-recipes/values.yaml (100%) diff --git a/charts/dev/tandoor-recipes/.helmignore b/charts/stable/tandoor-recipes/.helmignore similarity index 100% rename from charts/dev/tandoor-recipes/.helmignore rename to charts/stable/tandoor-recipes/.helmignore diff --git a/charts/dev/tandoor-recipes/CHANGELOG.md b/charts/stable/tandoor-recipes/CHANGELOG.md similarity index 100% rename from charts/dev/tandoor-recipes/CHANGELOG.md rename to charts/stable/tandoor-recipes/CHANGELOG.md diff --git a/charts/dev/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml similarity index 82% rename from charts/dev/tandoor-recipes/Chart.yaml rename to charts/stable/tandoor-recipes/Chart.yaml index 5d101cc03e9..7d6a1bc5ea3 100644 --- a/charts/dev/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -1,15 +1,15 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: tandoor-recipes -version: 14.0.0 +version: 15.0.0 appVersion: 1.5.10 description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files. -home: https://truecharts.org/charts/incubator/tandoor-recipes +home: https://truecharts.org/charts/stable/tandoor-recipes icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.png deprecated: false sources: - https://github.com/vabene1111/recipes - - https://github.com/truecharts/charts/tree/master/charts/incubator/tandoor-recipes + - https://github.com/truecharts/charts/tree/master/charts/stable/tandoor-recipes maintainers: - name: TrueCharts email: info@truecharts.org @@ -33,5 +33,5 @@ annotations: truecharts.org/category: media truecharts.org/max_helm_version: "3.13" truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator + truecharts.org/train: stable type: application diff --git a/charts/dev/tandoor-recipes/README.md b/charts/stable/tandoor-recipes/README.md similarity index 100% rename from charts/dev/tandoor-recipes/README.md rename to charts/stable/tandoor-recipes/README.md diff --git a/charts/dev/tandoor-recipes/icon.png b/charts/stable/tandoor-recipes/icon.png similarity index 100% rename from charts/dev/tandoor-recipes/icon.png rename to charts/stable/tandoor-recipes/icon.png diff --git a/charts/dev/tandoor-recipes/questions.yaml b/charts/stable/tandoor-recipes/questions.yaml similarity index 100% rename from charts/dev/tandoor-recipes/questions.yaml rename to charts/stable/tandoor-recipes/questions.yaml diff --git a/charts/dev/tandoor-recipes/templates/_secrets.tpl b/charts/stable/tandoor-recipes/templates/_secrets.tpl similarity index 100% rename from charts/dev/tandoor-recipes/templates/_secrets.tpl rename to charts/stable/tandoor-recipes/templates/_secrets.tpl diff --git a/charts/dev/tandoor-recipes/templates/common.yaml b/charts/stable/tandoor-recipes/templates/common.yaml similarity index 100% rename from charts/dev/tandoor-recipes/templates/common.yaml rename to charts/stable/tandoor-recipes/templates/common.yaml diff --git a/charts/dev/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml similarity index 100% rename from charts/dev/tandoor-recipes/values.yaml rename to charts/stable/tandoor-recipes/values.yaml