diff --git a/charts/incubator/calendarr/.helmignore b/charts/stable/calendarr/.helmignore similarity index 100% rename from charts/incubator/calendarr/.helmignore rename to charts/stable/calendarr/.helmignore diff --git a/charts/incubator/calendarr/CHANGELOG.md b/charts/stable/calendarr/CHANGELOG.md similarity index 100% rename from charts/incubator/calendarr/CHANGELOG.md rename to charts/stable/calendarr/CHANGELOG.md diff --git a/charts/incubator/calendarr/Chart.yaml b/charts/stable/calendarr/Chart.yaml similarity index 84% rename from charts/incubator/calendarr/Chart.yaml rename to charts/stable/calendarr/Chart.yaml index 8b7ab6526c2..e0446fddbca 100644 --- a/charts/incubator/calendarr/Chart.yaml +++ b/charts/stable/calendarr/Chart.yaml @@ -7,7 +7,7 @@ annotations: truecharts.org/category: media truecharts.org/max_helm_version: "3.17" truecharts.org/min_helm_version: "3.14" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: latest dependencies: @@ -20,7 +20,7 @@ dependencies: import-values: [] deprecated: false description: Fetches upcoming airings/releases for TV shows and movies from Sonarr and Radarr calendars and posts them to Discord on a schedule. -home: https://truecharts.org/charts/incubator/calendarr +home: https://truecharts.org/charts/stable/calendarr icon: https://truecharts.org/img/hotlink-ok/chart-icons/calendarr.webp keywords: - calendarr @@ -35,7 +35,6 @@ name: calendarr sources: - https://ghcr.io/jordanlambrecht/calendarr - https://github.com/jordanlambrecht/calendarr - - https://github.com/truecharts/charts/tree/master/charts/incubator/calendarr + - https://github.com/truecharts/charts/tree/master/charts/stable/calendarr type: application -version: 0.0.1 - +version: 1.0.0 diff --git a/charts/incubator/calendarr/README.md b/charts/stable/calendarr/README.md similarity index 100% rename from charts/incubator/calendarr/README.md rename to charts/stable/calendarr/README.md diff --git a/charts/incubator/calendarr/templates/NOTES.txt b/charts/stable/calendarr/templates/NOTES.txt similarity index 100% rename from charts/incubator/calendarr/templates/NOTES.txt rename to charts/stable/calendarr/templates/NOTES.txt diff --git a/charts/incubator/calendarr/templates/common.yaml b/charts/stable/calendarr/templates/common.yaml similarity index 100% rename from charts/incubator/calendarr/templates/common.yaml rename to charts/stable/calendarr/templates/common.yaml diff --git a/charts/incubator/calendarr/values.yaml b/charts/stable/calendarr/values.yaml similarity index 100% rename from charts/incubator/calendarr/values.yaml rename to charts/stable/calendarr/values.yaml