From 5ef74c6fdff98743d45abb61c57f4d55ae568f17 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 14 Feb 2022 11:18:34 +0200 Subject: [PATCH] feat(librephotos): move to stable (#1894) --- charts/{incubator => stable}/librephotos/CHANGELOG.md | 0 charts/{incubator => stable}/librephotos/CONFIG.md | 0 charts/{incubator => stable}/librephotos/Chart.yaml | 2 +- charts/{incubator => stable}/librephotos/README.md | 0 charts/{incubator => stable}/librephotos/helm-values.md | 0 charts/{incubator => stable}/librephotos/questions.yaml | 0 charts/{incubator => stable}/librephotos/security.md | 0 charts/{incubator => stable}/librephotos/templates/_secrets.tpl | 0 charts/{incubator => stable}/librephotos/templates/common.yaml | 0 .../{incubator => stable}/librephotos/templates/configmap.yaml | 0 charts/{incubator => stable}/librephotos/values.yaml | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/librephotos/CHANGELOG.md (100%) rename charts/{incubator => stable}/librephotos/CONFIG.md (100%) rename charts/{incubator => stable}/librephotos/Chart.yaml (98%) rename charts/{incubator => stable}/librephotos/README.md (100%) rename charts/{incubator => stable}/librephotos/helm-values.md (100%) rename charts/{incubator => stable}/librephotos/questions.yaml (100%) rename charts/{incubator => stable}/librephotos/security.md (100%) rename charts/{incubator => stable}/librephotos/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/librephotos/templates/common.yaml (100%) rename charts/{incubator => stable}/librephotos/templates/configmap.yaml (100%) rename charts/{incubator => stable}/librephotos/values.yaml (100%) diff --git a/charts/incubator/librephotos/CHANGELOG.md b/charts/stable/librephotos/CHANGELOG.md similarity index 100% rename from charts/incubator/librephotos/CHANGELOG.md rename to charts/stable/librephotos/CHANGELOG.md diff --git a/charts/incubator/librephotos/CONFIG.md b/charts/stable/librephotos/CONFIG.md similarity index 100% rename from charts/incubator/librephotos/CONFIG.md rename to charts/stable/librephotos/CONFIG.md diff --git a/charts/incubator/librephotos/Chart.yaml b/charts/stable/librephotos/Chart.yaml similarity index 98% rename from charts/incubator/librephotos/Chart.yaml rename to charts/stable/librephotos/Chart.yaml index 5767a0653d5..ac0772b298a 100644 --- a/charts/incubator/librephotos/Chart.yaml +++ b/charts/stable/librephotos/Chart.yaml @@ -27,7 +27,7 @@ name: librephotos sources: - https://github.com/LibrePhotos/librephotos - https://hub.docker.com/r/reallibrephotos/librephotos -version: 0.0.2 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/librephotos/README.md b/charts/stable/librephotos/README.md similarity index 100% rename from charts/incubator/librephotos/README.md rename to charts/stable/librephotos/README.md diff --git a/charts/incubator/librephotos/helm-values.md b/charts/stable/librephotos/helm-values.md similarity index 100% rename from charts/incubator/librephotos/helm-values.md rename to charts/stable/librephotos/helm-values.md diff --git a/charts/incubator/librephotos/questions.yaml b/charts/stable/librephotos/questions.yaml similarity index 100% rename from charts/incubator/librephotos/questions.yaml rename to charts/stable/librephotos/questions.yaml diff --git a/charts/incubator/librephotos/security.md b/charts/stable/librephotos/security.md similarity index 100% rename from charts/incubator/librephotos/security.md rename to charts/stable/librephotos/security.md diff --git a/charts/incubator/librephotos/templates/_secrets.tpl b/charts/stable/librephotos/templates/_secrets.tpl similarity index 100% rename from charts/incubator/librephotos/templates/_secrets.tpl rename to charts/stable/librephotos/templates/_secrets.tpl diff --git a/charts/incubator/librephotos/templates/common.yaml b/charts/stable/librephotos/templates/common.yaml similarity index 100% rename from charts/incubator/librephotos/templates/common.yaml rename to charts/stable/librephotos/templates/common.yaml diff --git a/charts/incubator/librephotos/templates/configmap.yaml b/charts/stable/librephotos/templates/configmap.yaml similarity index 100% rename from charts/incubator/librephotos/templates/configmap.yaml rename to charts/stable/librephotos/templates/configmap.yaml diff --git a/charts/incubator/librephotos/values.yaml b/charts/stable/librephotos/values.yaml similarity index 100% rename from charts/incubator/librephotos/values.yaml rename to charts/stable/librephotos/values.yaml