From 7c66271e1668d7f7165d1c49fae37a7a2a18fc3c Mon Sep 17 00:00:00 2001 From: Xstar97 Date: Sat, 21 Jan 2023 06:46:46 -0500 Subject: [PATCH] feat(lama-cleaner) move to stable (#6590) --- .../{incubator => stable}/lama-cleaner/.helmignore | 0 .../{incubator => stable}/lama-cleaner/CHANGELOG.md | 0 .../{incubator => stable}/lama-cleaner/Chart.yaml | 8 ++++---- charts/{incubator => stable}/lama-cleaner/README.md | 0 charts/{incubator => stable}/lama-cleaner/icon.png | Bin .../lama-cleaner/questions.yaml | 0 .../lama-cleaner/templates/_args.tpl | 0 .../lama-cleaner/templates/common.yaml | 0 .../{incubator => stable}/lama-cleaner/values.yaml | 0 9 files changed, 4 insertions(+), 4 deletions(-) rename charts/{incubator => stable}/lama-cleaner/.helmignore (100%) rename charts/{incubator => stable}/lama-cleaner/CHANGELOG.md (100%) rename charts/{incubator => stable}/lama-cleaner/Chart.yaml (79%) rename charts/{incubator => stable}/lama-cleaner/README.md (100%) rename charts/{incubator => stable}/lama-cleaner/icon.png (100%) rename charts/{incubator => stable}/lama-cleaner/questions.yaml (100%) rename charts/{incubator => stable}/lama-cleaner/templates/_args.tpl (100%) rename charts/{incubator => stable}/lama-cleaner/templates/common.yaml (100%) rename charts/{incubator => stable}/lama-cleaner/values.yaml (100%) diff --git a/charts/incubator/lama-cleaner/.helmignore b/charts/stable/lama-cleaner/.helmignore similarity index 100% rename from charts/incubator/lama-cleaner/.helmignore rename to charts/stable/lama-cleaner/.helmignore diff --git a/charts/incubator/lama-cleaner/CHANGELOG.md b/charts/stable/lama-cleaner/CHANGELOG.md similarity index 100% rename from charts/incubator/lama-cleaner/CHANGELOG.md rename to charts/stable/lama-cleaner/CHANGELOG.md diff --git a/charts/incubator/lama-cleaner/Chart.yaml b/charts/stable/lama-cleaner/Chart.yaml similarity index 79% rename from charts/incubator/lama-cleaner/Chart.yaml rename to charts/stable/lama-cleaner/Chart.yaml index 3ea7392d810..dcdc1baaebc 100644 --- a/charts/incubator/lama-cleaner/Chart.yaml +++ b/charts/stable/lama-cleaner/Chart.yaml @@ -1,12 +1,12 @@ apiVersion: v2 -appVersion: "cpu" +appVersion: "0.26.1" dependencies: - name: common repository: https://library-charts.truecharts.org version: 11.1.2 deprecated: false description: Open-source inpainting tool powered by SOTA AI model. -home: https://truecharts.org/charts/incubator/lama-cleaner +home: https://truecharts.org/charts/stable/lama-cleaner icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.png keywords: - lama-cleaner @@ -19,10 +19,10 @@ maintainers: url: https://truecharts.org name: lama-cleaner sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/lama-cleaner + - https://github.com/truecharts/charts/tree/master/charts/stable/lama-cleaner - https://github.com/Sanster/lama-cleaner type: application -version: 0.0.5 +version: 1.0.0 annotations: truecharts.org/catagories: | - media diff --git a/charts/incubator/lama-cleaner/README.md b/charts/stable/lama-cleaner/README.md similarity index 100% rename from charts/incubator/lama-cleaner/README.md rename to charts/stable/lama-cleaner/README.md diff --git a/charts/incubator/lama-cleaner/icon.png b/charts/stable/lama-cleaner/icon.png similarity index 100% rename from charts/incubator/lama-cleaner/icon.png rename to charts/stable/lama-cleaner/icon.png diff --git a/charts/incubator/lama-cleaner/questions.yaml b/charts/stable/lama-cleaner/questions.yaml similarity index 100% rename from charts/incubator/lama-cleaner/questions.yaml rename to charts/stable/lama-cleaner/questions.yaml diff --git a/charts/incubator/lama-cleaner/templates/_args.tpl b/charts/stable/lama-cleaner/templates/_args.tpl similarity index 100% rename from charts/incubator/lama-cleaner/templates/_args.tpl rename to charts/stable/lama-cleaner/templates/_args.tpl diff --git a/charts/incubator/lama-cleaner/templates/common.yaml b/charts/stable/lama-cleaner/templates/common.yaml similarity index 100% rename from charts/incubator/lama-cleaner/templates/common.yaml rename to charts/stable/lama-cleaner/templates/common.yaml diff --git a/charts/incubator/lama-cleaner/values.yaml b/charts/stable/lama-cleaner/values.yaml similarity index 100% rename from charts/incubator/lama-cleaner/values.yaml rename to charts/stable/lama-cleaner/values.yaml