From 31e4cb5e745e2ae68fde7e92711a8642d9e4264d Mon Sep 17 00:00:00 2001 From: Xstar97 Date: Thu, 15 Sep 2022 01:40:58 -0400 Subject: [PATCH] fix(autobrr): move to stable. (#3781) * fix(autobrr): move to stable. * Rename README..md to README.md --- charts/{incubator => stable}/autobrr/.helmignore | 0 charts/{incubator => stable}/autobrr/CHANGELOG.md | 0 charts/{incubator => stable}/autobrr/Chart.yaml | 4 ++-- charts/{incubator => stable}/autobrr/README.md | 0 charts/{incubator => stable}/autobrr/icon.png | Bin charts/{incubator => stable}/autobrr/questions.yaml | 0 .../autobrr/templates/common.yaml | 0 charts/{incubator => stable}/autobrr/values.yaml | 0 8 files changed, 2 insertions(+), 2 deletions(-) rename charts/{incubator => stable}/autobrr/.helmignore (100%) rename charts/{incubator => stable}/autobrr/CHANGELOG.md (100%) rename charts/{incubator => stable}/autobrr/Chart.yaml (90%) rename charts/{incubator => stable}/autobrr/README.md (100%) rename charts/{incubator => stable}/autobrr/icon.png (100%) rename charts/{incubator => stable}/autobrr/questions.yaml (100%) rename charts/{incubator => stable}/autobrr/templates/common.yaml (100%) rename charts/{incubator => stable}/autobrr/values.yaml (100%) diff --git a/charts/incubator/autobrr/.helmignore b/charts/stable/autobrr/.helmignore similarity index 100% rename from charts/incubator/autobrr/.helmignore rename to charts/stable/autobrr/.helmignore diff --git a/charts/incubator/autobrr/CHANGELOG.md b/charts/stable/autobrr/CHANGELOG.md similarity index 100% rename from charts/incubator/autobrr/CHANGELOG.md rename to charts/stable/autobrr/CHANGELOG.md diff --git a/charts/incubator/autobrr/Chart.yaml b/charts/stable/autobrr/Chart.yaml similarity index 90% rename from charts/incubator/autobrr/Chart.yaml rename to charts/stable/autobrr/Chart.yaml index 08cfadd91f8..694b05190ee 100644 --- a/charts/incubator/autobrr/Chart.yaml +++ b/charts/stable/autobrr/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: autobrr -version: 0.0.14 +version: 1.0.0 appVersion: "1.6.0" description: The modern download automation tool for torrents. type: application deprecated: false -home: https://truecharts.org/docs/charts/incubator/autobrr +home: https://truecharts.org/docs/charts/staable/autobrr icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png keywords: - autobrr diff --git a/charts/incubator/autobrr/README.md b/charts/stable/autobrr/README.md similarity index 100% rename from charts/incubator/autobrr/README.md rename to charts/stable/autobrr/README.md diff --git a/charts/incubator/autobrr/icon.png b/charts/stable/autobrr/icon.png similarity index 100% rename from charts/incubator/autobrr/icon.png rename to charts/stable/autobrr/icon.png diff --git a/charts/incubator/autobrr/questions.yaml b/charts/stable/autobrr/questions.yaml similarity index 100% rename from charts/incubator/autobrr/questions.yaml rename to charts/stable/autobrr/questions.yaml diff --git a/charts/incubator/autobrr/templates/common.yaml b/charts/stable/autobrr/templates/common.yaml similarity index 100% rename from charts/incubator/autobrr/templates/common.yaml rename to charts/stable/autobrr/templates/common.yaml diff --git a/charts/incubator/autobrr/values.yaml b/charts/stable/autobrr/values.yaml similarity index 100% rename from charts/incubator/autobrr/values.yaml rename to charts/stable/autobrr/values.yaml