From 6c317c2565bfcc7b0d275a1fdc50f0be4cc8a0fd Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 25 Feb 2022 20:24:46 +0200 Subject: [PATCH] chore(piwigo): Move piwigo to incubator (#1966) --- charts/{stable => incubator}/piwigo/.helmignore | 0 charts/{stable => incubator}/piwigo/CHANGELOG.md | 0 charts/{stable => incubator}/piwigo/CONFIG.md | 0 charts/{stable => incubator}/piwigo/Chart.yaml | 0 charts/{stable => incubator}/piwigo/README.md | 0 charts/{stable => incubator}/piwigo/helm-values.md | 0 charts/{stable => incubator}/piwigo/questions.yaml | 0 charts/{stable => incubator}/piwigo/security.md | 0 charts/{stable => incubator}/piwigo/templates/common.yaml | 0 charts/{stable => incubator}/piwigo/values.yaml | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename charts/{stable => incubator}/piwigo/.helmignore (100%) rename charts/{stable => incubator}/piwigo/CHANGELOG.md (100%) rename charts/{stable => incubator}/piwigo/CONFIG.md (100%) rename charts/{stable => incubator}/piwigo/Chart.yaml (100%) rename charts/{stable => incubator}/piwigo/README.md (100%) rename charts/{stable => incubator}/piwigo/helm-values.md (100%) rename charts/{stable => incubator}/piwigo/questions.yaml (100%) rename charts/{stable => incubator}/piwigo/security.md (100%) rename charts/{stable => incubator}/piwigo/templates/common.yaml (100%) rename charts/{stable => incubator}/piwigo/values.yaml (100%) diff --git a/charts/stable/piwigo/.helmignore b/charts/incubator/piwigo/.helmignore similarity index 100% rename from charts/stable/piwigo/.helmignore rename to charts/incubator/piwigo/.helmignore diff --git a/charts/stable/piwigo/CHANGELOG.md b/charts/incubator/piwigo/CHANGELOG.md similarity index 100% rename from charts/stable/piwigo/CHANGELOG.md rename to charts/incubator/piwigo/CHANGELOG.md diff --git a/charts/stable/piwigo/CONFIG.md b/charts/incubator/piwigo/CONFIG.md similarity index 100% rename from charts/stable/piwigo/CONFIG.md rename to charts/incubator/piwigo/CONFIG.md diff --git a/charts/stable/piwigo/Chart.yaml b/charts/incubator/piwigo/Chart.yaml similarity index 100% rename from charts/stable/piwigo/Chart.yaml rename to charts/incubator/piwigo/Chart.yaml diff --git a/charts/stable/piwigo/README.md b/charts/incubator/piwigo/README.md similarity index 100% rename from charts/stable/piwigo/README.md rename to charts/incubator/piwigo/README.md diff --git a/charts/stable/piwigo/helm-values.md b/charts/incubator/piwigo/helm-values.md similarity index 100% rename from charts/stable/piwigo/helm-values.md rename to charts/incubator/piwigo/helm-values.md diff --git a/charts/stable/piwigo/questions.yaml b/charts/incubator/piwigo/questions.yaml similarity index 100% rename from charts/stable/piwigo/questions.yaml rename to charts/incubator/piwigo/questions.yaml diff --git a/charts/stable/piwigo/security.md b/charts/incubator/piwigo/security.md similarity index 100% rename from charts/stable/piwigo/security.md rename to charts/incubator/piwigo/security.md diff --git a/charts/stable/piwigo/templates/common.yaml b/charts/incubator/piwigo/templates/common.yaml similarity index 100% rename from charts/stable/piwigo/templates/common.yaml rename to charts/incubator/piwigo/templates/common.yaml diff --git a/charts/stable/piwigo/values.yaml b/charts/incubator/piwigo/values.yaml similarity index 100% rename from charts/stable/piwigo/values.yaml rename to charts/incubator/piwigo/values.yaml