From 09b0a9445a539af32a370e431d5548fc622d51c1 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 6 Mar 2022 01:06:48 +0200 Subject: [PATCH] feat(budge): move to stable (#2030) --- charts/{incubator => stable}/budge/CHANGELOG.md | 0 charts/{incubator => stable}/budge/CONFIG.md | 0 charts/{incubator => stable}/budge/Chart.yaml | 0 charts/{incubator => stable}/budge/README.md | 0 charts/{incubator => stable}/budge/helm-values.md | 0 charts/{incubator => stable}/budge/questions.yaml | 0 charts/{incubator => stable}/budge/security.md | 0 charts/{incubator => stable}/budge/templates/common.yaml | 0 charts/{incubator => stable}/budge/values.yaml | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename charts/{incubator => stable}/budge/CHANGELOG.md (100%) rename charts/{incubator => stable}/budge/CONFIG.md (100%) rename charts/{incubator => stable}/budge/Chart.yaml (100%) rename charts/{incubator => stable}/budge/README.md (100%) rename charts/{incubator => stable}/budge/helm-values.md (100%) rename charts/{incubator => stable}/budge/questions.yaml (100%) rename charts/{incubator => stable}/budge/security.md (100%) rename charts/{incubator => stable}/budge/templates/common.yaml (100%) rename charts/{incubator => stable}/budge/values.yaml (100%) diff --git a/charts/incubator/budge/CHANGELOG.md b/charts/stable/budge/CHANGELOG.md similarity index 100% rename from charts/incubator/budge/CHANGELOG.md rename to charts/stable/budge/CHANGELOG.md diff --git a/charts/incubator/budge/CONFIG.md b/charts/stable/budge/CONFIG.md similarity index 100% rename from charts/incubator/budge/CONFIG.md rename to charts/stable/budge/CONFIG.md diff --git a/charts/incubator/budge/Chart.yaml b/charts/stable/budge/Chart.yaml similarity index 100% rename from charts/incubator/budge/Chart.yaml rename to charts/stable/budge/Chart.yaml diff --git a/charts/incubator/budge/README.md b/charts/stable/budge/README.md similarity index 100% rename from charts/incubator/budge/README.md rename to charts/stable/budge/README.md diff --git a/charts/incubator/budge/helm-values.md b/charts/stable/budge/helm-values.md similarity index 100% rename from charts/incubator/budge/helm-values.md rename to charts/stable/budge/helm-values.md diff --git a/charts/incubator/budge/questions.yaml b/charts/stable/budge/questions.yaml similarity index 100% rename from charts/incubator/budge/questions.yaml rename to charts/stable/budge/questions.yaml diff --git a/charts/incubator/budge/security.md b/charts/stable/budge/security.md similarity index 100% rename from charts/incubator/budge/security.md rename to charts/stable/budge/security.md diff --git a/charts/incubator/budge/templates/common.yaml b/charts/stable/budge/templates/common.yaml similarity index 100% rename from charts/incubator/budge/templates/common.yaml rename to charts/stable/budge/templates/common.yaml diff --git a/charts/incubator/budge/values.yaml b/charts/stable/budge/values.yaml similarity index 100% rename from charts/incubator/budge/values.yaml rename to charts/stable/budge/values.yaml