diff --git a/charts/incubator/chroma/icon.png b/charts/incubator/chroma/icon.png deleted file mode 100644 index 8ccda3e95d3..00000000000 Binary files a/charts/incubator/chroma/icon.png and /dev/null differ diff --git a/charts/incubator/chroma/.helmignore b/charts/stable/chroma/.helmignore similarity index 100% rename from charts/incubator/chroma/.helmignore rename to charts/stable/chroma/.helmignore diff --git a/charts/incubator/chroma/CHANGELOG.md b/charts/stable/chroma/CHANGELOG.md similarity index 100% rename from charts/incubator/chroma/CHANGELOG.md rename to charts/stable/chroma/CHANGELOG.md diff --git a/charts/incubator/chroma/Chart.yaml b/charts/stable/chroma/Chart.yaml similarity index 82% rename from charts/incubator/chroma/Chart.yaml rename to charts/stable/chroma/Chart.yaml index 27deba28d8c..7527a24f566 100644 --- a/charts/incubator/chroma/Chart.yaml +++ b/charts/stable/chroma/Chart.yaml @@ -5,7 +5,7 @@ annotations: truecharts.org/category: AI truecharts.org/max_helm_version: "3.14" truecharts.org/min_helm_version: "3.12" - truecharts.org/train: incubator + truecharts.org/train: stable apiVersion: v2 appVersion: 0.4.22 dependencies: @@ -18,7 +18,7 @@ dependencies: import-values: [] deprecated: false description: the AI-native open-source embedding database. -home: https://truecharts.org/charts/incubator/chroma +home: https://truecharts.org/charts/stable/chroma icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.png keywords: - chroma @@ -32,7 +32,7 @@ maintainers: name: chroma sources: - https://github.com/chroma-core/chroma - - https://github.com/truecharts/charts/tree/master/charts/incubator/chroma + - https://github.com/truecharts/charts/tree/master/charts/stable/chroma - https://ghcr.io/chroma-core/chroma type: application -version: 0.0.1 +version: 1.0.0 diff --git a/charts/incubator/chroma/README.md b/charts/stable/chroma/README.md similarity index 100% rename from charts/incubator/chroma/README.md rename to charts/stable/chroma/README.md diff --git a/charts/stable/chroma/icon.png b/charts/stable/chroma/icon.png new file mode 100644 index 00000000000..ed7fbd53c01 Binary files /dev/null and b/charts/stable/chroma/icon.png differ diff --git a/charts/incubator/chroma/questions.yaml b/charts/stable/chroma/questions.yaml similarity index 100% rename from charts/incubator/chroma/questions.yaml rename to charts/stable/chroma/questions.yaml diff --git a/charts/incubator/chroma/templates/NOTES.txt b/charts/stable/chroma/templates/NOTES.txt similarity index 100% rename from charts/incubator/chroma/templates/NOTES.txt rename to charts/stable/chroma/templates/NOTES.txt diff --git a/charts/incubator/chroma/templates/common.yaml b/charts/stable/chroma/templates/common.yaml similarity index 100% rename from charts/incubator/chroma/templates/common.yaml rename to charts/stable/chroma/templates/common.yaml diff --git a/charts/incubator/chroma/values.yaml b/charts/stable/chroma/values.yaml similarity index 100% rename from charts/incubator/chroma/values.yaml rename to charts/stable/chroma/values.yaml