From 36ddaec990de3e51b974e10fc613ec9132aaae93 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Sun, 13 Feb 2022 23:34:29 +0200 Subject: [PATCH] feat(photoview): move photoview to stable (#1892) --- charts/{incubator => stable}/photoview/CHANGELOG.md | 0 charts/{incubator => stable}/photoview/CONFIG.md | 0 charts/{incubator => stable}/photoview/Chart.yaml | 2 +- charts/{incubator => stable}/photoview/README.md | 0 charts/{incubator => stable}/photoview/helm-values.md | 0 charts/{incubator => stable}/photoview/questions.yaml | 0 charts/{incubator => stable}/photoview/security.md | 0 charts/{incubator => stable}/photoview/templates/common.yaml | 0 charts/{incubator => stable}/photoview/values.yaml | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/photoview/CHANGELOG.md (100%) rename charts/{incubator => stable}/photoview/CONFIG.md (100%) rename charts/{incubator => stable}/photoview/Chart.yaml (98%) rename charts/{incubator => stable}/photoview/README.md (100%) rename charts/{incubator => stable}/photoview/helm-values.md (100%) rename charts/{incubator => stable}/photoview/questions.yaml (100%) rename charts/{incubator => stable}/photoview/security.md (100%) rename charts/{incubator => stable}/photoview/templates/common.yaml (100%) rename charts/{incubator => stable}/photoview/values.yaml (100%) diff --git a/charts/incubator/photoview/CHANGELOG.md b/charts/stable/photoview/CHANGELOG.md similarity index 100% rename from charts/incubator/photoview/CHANGELOG.md rename to charts/stable/photoview/CHANGELOG.md diff --git a/charts/incubator/photoview/CONFIG.md b/charts/stable/photoview/CONFIG.md similarity index 100% rename from charts/incubator/photoview/CONFIG.md rename to charts/stable/photoview/CONFIG.md diff --git a/charts/incubator/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml similarity index 98% rename from charts/incubator/photoview/Chart.yaml rename to charts/stable/photoview/Chart.yaml index 3b4e77a7434..72c42580834 100644 --- a/charts/incubator/photoview/Chart.yaml +++ b/charts/stable/photoview/Chart.yaml @@ -23,7 +23,7 @@ name: photoview sources: - https://github.com/photoview/photoview - https://hub.docker.com/r/viktorstrate/photoview -version: 0.0.1 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/photoview/README.md b/charts/stable/photoview/README.md similarity index 100% rename from charts/incubator/photoview/README.md rename to charts/stable/photoview/README.md diff --git a/charts/incubator/photoview/helm-values.md b/charts/stable/photoview/helm-values.md similarity index 100% rename from charts/incubator/photoview/helm-values.md rename to charts/stable/photoview/helm-values.md diff --git a/charts/incubator/photoview/questions.yaml b/charts/stable/photoview/questions.yaml similarity index 100% rename from charts/incubator/photoview/questions.yaml rename to charts/stable/photoview/questions.yaml diff --git a/charts/incubator/photoview/security.md b/charts/stable/photoview/security.md similarity index 100% rename from charts/incubator/photoview/security.md rename to charts/stable/photoview/security.md diff --git a/charts/incubator/photoview/templates/common.yaml b/charts/stable/photoview/templates/common.yaml similarity index 100% rename from charts/incubator/photoview/templates/common.yaml rename to charts/stable/photoview/templates/common.yaml diff --git a/charts/incubator/photoview/values.yaml b/charts/stable/photoview/values.yaml similarity index 100% rename from charts/incubator/photoview/values.yaml rename to charts/stable/photoview/values.yaml