diff --git a/charts/incubator/affine/README.md b/charts/incubator/affine/README.md deleted file mode 100644 index 4ae7efb0cbf..00000000000 --- a/charts/incubator/affine/README.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: README ---- - -## General Info - -For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/charts/incubator/affine) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)** - -## Installation - -### Helm-Chart installation - -To install TrueCharts Helm charts using Helm, you can use our OCI Repository. - -`helm install mychart oci://oci.trueforge.org/truecharts/affine` - -For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.org/truecharts/guides/) - -## Chart Specific Guides and information - -All our charts have dedicated documentation pages. -The documentation for this chart can be found here: -https://truecharts.org/charts/incubator/affine - -## Configuration Options - -To view the chart specific options, please view Values.yaml included in the chart. -The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/incubator/affine/values.yaml - -All our Charts use a shared "common" library chart that contains most of the templating and options. -For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/truecharts-common/) - -For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/trueforge-org/truecharts/blob/master/charts/library/common/values.yaml - -## Support - -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open an [issue](https://github.com/trueforge-org/truecharts/issues/new/choose) - ---- - -## Sponsor TrueCharts - -TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can! - -_All Rights Reserved - The TrueCharts Project_ diff --git a/charts/incubator/affine/.helmignore b/charts/stable/affine/.helmignore similarity index 100% rename from charts/incubator/affine/.helmignore rename to charts/stable/affine/.helmignore diff --git a/charts/incubator/affine/CHANGELOG.md b/charts/stable/affine/CHANGELOG.md similarity index 100% rename from charts/incubator/affine/CHANGELOG.md rename to charts/stable/affine/CHANGELOG.md diff --git a/charts/incubator/affine/Chart.yaml b/charts/stable/affine/Chart.yaml similarity index 88% rename from charts/incubator/affine/Chart.yaml rename to charts/stable/affine/Chart.yaml index 86ce7c2451f..30e05e88ca8 100644 --- a/charts/incubator/affine/Chart.yaml +++ b/charts/stable/affine/Chart.yaml @@ -2,12 +2,12 @@ annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr - truecharts.org/train: incubator + truecharts.org/train: stable trueforge.org/category: productivity trueforge.org/max_helm_version: "4.1" trueforge.org/max_kubernetes_version: 1.35.0 trueforge.org/min_helm_version: "3.14" - trueforge.org/train: incubator + trueforge.org/train: stable apiVersion: v2 appVersion: 0.26.7 dependencies: @@ -27,7 +27,7 @@ dependencies: import-values: [] deprecated: false description: AFFiNE is an open-source, all-in-one workspace where docs, whiteboards and tasks converge. -home: https://truecharts.org/charts/incubator/affine +home: https://truecharts.org/charts/stable/affine icon: https://truecharts.org/img/hotlink-ok/chart-icons/affine.webp keywords: - affine @@ -43,7 +43,7 @@ name: affine sources: - https://ghcr.io/toeverything/affine - https://github.com/toeverything/AFFiNE - - https://github.com/trueforge-org/truecharts/tree/master/charts/incubator/affine + - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/affine type: application -version: 0.1.1 +version: 1.0.0 diff --git a/charts/stable/affine/README.md b/charts/stable/affine/README.md new file mode 100644 index 00000000000..2b8cc49d247 --- /dev/null +++ b/charts/stable/affine/README.md @@ -0,0 +1,3 @@ +--- +title: README +--- diff --git a/charts/incubator/affine/icon-small.webp b/charts/stable/affine/icon-small.webp similarity index 100% rename from charts/incubator/affine/icon-small.webp rename to charts/stable/affine/icon-small.webp diff --git a/charts/incubator/affine/icon.webp b/charts/stable/affine/icon.webp similarity index 100% rename from charts/incubator/affine/icon.webp rename to charts/stable/affine/icon.webp diff --git a/charts/incubator/affine/templates/NOTES.txt b/charts/stable/affine/templates/NOTES.txt similarity index 100% rename from charts/incubator/affine/templates/NOTES.txt rename to charts/stable/affine/templates/NOTES.txt diff --git a/charts/incubator/affine/templates/common.yaml b/charts/stable/affine/templates/common.yaml similarity index 100% rename from charts/incubator/affine/templates/common.yaml rename to charts/stable/affine/templates/common.yaml diff --git a/charts/incubator/affine/values.yaml b/charts/stable/affine/values.yaml similarity index 100% rename from charts/incubator/affine/values.yaml rename to charts/stable/affine/values.yaml