diff --git a/charts/incubator/bytestash/.helmignore b/charts/stable/bytestash/.helmignore similarity index 100% rename from charts/incubator/bytestash/.helmignore rename to charts/stable/bytestash/.helmignore diff --git a/charts/incubator/bytestash/CHANGELOG.md b/charts/stable/bytestash/CHANGELOG.md similarity index 100% rename from charts/incubator/bytestash/CHANGELOG.md rename to charts/stable/bytestash/CHANGELOG.md diff --git a/charts/incubator/bytestash/Chart.yaml b/charts/stable/bytestash/Chart.yaml similarity index 85% rename from charts/incubator/bytestash/Chart.yaml rename to charts/stable/bytestash/Chart.yaml index 9d22ff955e5..e12af7fc7e7 100644 --- a/charts/incubator/bytestash/Chart.yaml +++ b/charts/stable/bytestash/Chart.yaml @@ -4,7 +4,7 @@ annotations: truecharts.org/category: Productivity 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: 1.5.7 dependencies: @@ -17,7 +17,7 @@ dependencies: import-values: [] deprecated: false description: ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place. -home: https://truecharts.org/charts/incubator/bytestash +home: https://truecharts.org/charts/stable/bytestash icon: https://truecharts.org/img/hotlink-ok/chart-icons/bytestash.webp keywords: - bytestash @@ -33,6 +33,6 @@ name: bytestash sources: - https://ghcr.io/jordan-dalby/bytestash - https://github.com/jordan-dalby/ByteStash - - https://github.com/truecharts/charts/tree/master/charts/incubator/bytestash + - https://github.com/truecharts/charts/tree/master/charts/stable/bytestash type: application -version: 0.0.1 +version: 1.0.0 diff --git a/charts/incubator/bytestash/README.md b/charts/stable/bytestash/README.md similarity index 89% rename from charts/incubator/bytestash/README.md rename to charts/stable/bytestash/README.md index 8d4c2e7a4aa..db40f21e4cc 100644 --- a/charts/incubator/bytestash/README.md +++ b/charts/stable/bytestash/README.md @@ -4,7 +4,7 @@ title: README ## General Info -For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/bytestash) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bytestash) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** @@ -22,12 +22,12 @@ For more information on how to install TrueCharts Helm charts, checkout the [ins All our charts have dedicated documentation pages. The documentation for this chart can be found here: -https://truecharts.org/charts/incubator/bytestash +https://truecharts.org/charts/stable/bytestash ## 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/truecharts/public/blob/master/charts/incubator/bytestash/values.yaml +The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/stable/bytestash/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](/common) diff --git a/charts/incubator/bytestash/docs/How-To-Guide.md b/charts/stable/bytestash/docs/How-To-Guide.md similarity index 93% rename from charts/incubator/bytestash/docs/How-To-Guide.md rename to charts/stable/bytestash/docs/How-To-Guide.md index 581460ab155..ddf56e6306a 100644 --- a/charts/incubator/bytestash/docs/How-To-Guide.md +++ b/charts/stable/bytestash/docs/How-To-Guide.md @@ -12,7 +12,7 @@ The following must be specified and updated in your Helm Release file. ### Optional Environment Settings: The following may be left at the default setting, OR you may override in your Helm Release file dependent on your requirements. -- `BASE_PATH`: write /bIytestash for a domain such as my.domain/bytestash, leave blank in every other case +- `BASE_PATH`: write /bytestash for a domain such as my.domain/bytestash, leave blank in every other case - `TOKEN_EXPIRY`: How long the token lasts Default is 24 hrs. - `ALLOW_NEW_ACCOUNTS`: Will the instance allow new new accounts to be created. The Default is to allow new account creation. - `DEBUG`: Enable to turn on logging, in most instances leave disabled diff --git a/charts/incubator/bytestash/icon-small.webp b/charts/stable/bytestash/icon-small.webp similarity index 100% rename from charts/incubator/bytestash/icon-small.webp rename to charts/stable/bytestash/icon-small.webp diff --git a/charts/incubator/bytestash/icon.webp b/charts/stable/bytestash/icon.webp similarity index 100% rename from charts/incubator/bytestash/icon.webp rename to charts/stable/bytestash/icon.webp diff --git a/charts/incubator/bytestash/templates/NOTES.txt b/charts/stable/bytestash/templates/NOTES.txt similarity index 100% rename from charts/incubator/bytestash/templates/NOTES.txt rename to charts/stable/bytestash/templates/NOTES.txt diff --git a/charts/incubator/bytestash/templates/common.yaml b/charts/stable/bytestash/templates/common.yaml similarity index 100% rename from charts/incubator/bytestash/templates/common.yaml rename to charts/stable/bytestash/templates/common.yaml diff --git a/charts/incubator/bytestash/values.yaml b/charts/stable/bytestash/values.yaml similarity index 100% rename from charts/incubator/bytestash/values.yaml rename to charts/stable/bytestash/values.yaml