From 7480fe71f35de7384cd686640bc93b150582f382 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:04:17 -0500 Subject: [PATCH] chore(stirling-pdf) move stirling-pdf to stable (#29532) --- .../{incubator => stable}/stirling-pdf/.helmignore | 0 .../{incubator => stable}/stirling-pdf/CHANGELOG.md | 0 .../{incubator => stable}/stirling-pdf/Chart.yaml | 8 ++++---- charts/{incubator => stable}/stirling-pdf/README.md | 0 charts/{incubator => stable}/stirling-pdf/icon.webp | Bin .../stirling-pdf/templates/NOTES.txt | 0 .../stirling-pdf/templates/common.yaml | 0 .../{incubator => stable}/stirling-pdf/values.yaml | 0 8 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/stirling-pdf/.helmignore (100%) rename charts/{incubator => stable}/stirling-pdf/CHANGELOG.md (100%) rename charts/{incubator => stable}/stirling-pdf/Chart.yaml (81%) rename charts/{incubator => stable}/stirling-pdf/README.md (100%) rename charts/{incubator => stable}/stirling-pdf/icon.webp (100%) rename charts/{incubator => stable}/stirling-pdf/templates/NOTES.txt (100%) rename charts/{incubator => stable}/stirling-pdf/templates/common.yaml (100%) rename charts/{incubator => stable}/stirling-pdf/values.yaml (100%) diff --git a/charts/incubator/stirling-pdf/.helmignore b/charts/stable/stirling-pdf/.helmignore similarity index 100% rename from charts/incubator/stirling-pdf/.helmignore rename to charts/stable/stirling-pdf/.helmignore diff --git a/charts/incubator/stirling-pdf/CHANGELOG.md b/charts/stable/stirling-pdf/CHANGELOG.md similarity index 100% rename from charts/incubator/stirling-pdf/CHANGELOG.md rename to charts/stable/stirling-pdf/CHANGELOG.md diff --git a/charts/incubator/stirling-pdf/Chart.yaml b/charts/stable/stirling-pdf/Chart.yaml similarity index 81% rename from charts/incubator/stirling-pdf/Chart.yaml rename to charts/stable/stirling-pdf/Chart.yaml index a89f1172e0efe..edb7290dbe1b5 100644 --- a/charts/incubator/stirling-pdf/Chart.yaml +++ b/charts/stable/stirling-pdf/Chart.yaml @@ -4,7 +4,7 @@ annotations: truecharts.org/category: media truecharts.org/max_helm_version: "3.15" truecharts.org/min_helm_version: "3.11" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 0.32.0 dependencies: @@ -17,7 +17,7 @@ dependencies: import-values: [] deprecated: false description: A robust, locally hosted web-based PDF manipulation tool. -home: https://truecharts.org/charts/incubator/stirling-pdf +home: https://truecharts.org/charts/stable/stirling-pdf icon: https://truecharts.org/img/hotlink-ok/chart-icons/stirling-pdf.webp keywords: - stirling-pdf @@ -31,6 +31,6 @@ name: stirling-pdf sources: - https://ghcr.io/stirling-tools/s-pdf - https://github.com/Stirling-Tools/Stirling-PDF - - https://github.com/truecharts/charts/tree/master/charts/incubator/stirling-pdf + - https://github.com/truecharts/charts/tree/master/charts/stable/stirling-pdf type: application -version: 0.0.2 +version: 1.0.0 diff --git a/charts/incubator/stirling-pdf/README.md b/charts/stable/stirling-pdf/README.md similarity index 100% rename from charts/incubator/stirling-pdf/README.md rename to charts/stable/stirling-pdf/README.md diff --git a/charts/incubator/stirling-pdf/icon.webp b/charts/stable/stirling-pdf/icon.webp similarity index 100% rename from charts/incubator/stirling-pdf/icon.webp rename to charts/stable/stirling-pdf/icon.webp diff --git a/charts/incubator/stirling-pdf/templates/NOTES.txt b/charts/stable/stirling-pdf/templates/NOTES.txt similarity index 100% rename from charts/incubator/stirling-pdf/templates/NOTES.txt rename to charts/stable/stirling-pdf/templates/NOTES.txt diff --git a/charts/incubator/stirling-pdf/templates/common.yaml b/charts/stable/stirling-pdf/templates/common.yaml similarity index 100% rename from charts/incubator/stirling-pdf/templates/common.yaml rename to charts/stable/stirling-pdf/templates/common.yaml diff --git a/charts/incubator/stirling-pdf/values.yaml b/charts/stable/stirling-pdf/values.yaml similarity index 100% rename from charts/incubator/stirling-pdf/values.yaml rename to charts/stable/stirling-pdf/values.yaml