From 9813cb45a24176d6d10afa6b284306a652d15d3e Mon Sep 17 00:00:00 2001 From: Addison McDermid Date: Sat, 8 Mar 2025 21:07:28 +1100 Subject: [PATCH] chore(bytestash) Move ByteStash chart to Stable Train (#32993) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Merge changes **Description** Moving ByteStash chart to Stable Train after a successful deployment to a test cluster. ⚒️ Fixes # **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** Deployed to test cluster and confirmed chart deployed successfully, webpage loaded successfully and persistence working after restarts of the container. **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/{incubator => stable}/bytestash/.helmignore | 0 charts/{incubator => stable}/bytestash/CHANGELOG.md | 0 charts/{incubator => stable}/bytestash/Chart.yaml | 8 ++++---- charts/{incubator => stable}/bytestash/README.md | 6 +++--- .../bytestash/docs/How-To-Guide.md | 2 +- .../{incubator => stable}/bytestash/icon-small.webp | Bin charts/{incubator => stable}/bytestash/icon.webp | Bin .../bytestash/templates/NOTES.txt | 0 .../bytestash/templates/common.yaml | 0 charts/{incubator => stable}/bytestash/values.yaml | 0 10 files changed, 8 insertions(+), 8 deletions(-) rename charts/{incubator => stable}/bytestash/.helmignore (100%) rename charts/{incubator => stable}/bytestash/CHANGELOG.md (100%) rename charts/{incubator => stable}/bytestash/Chart.yaml (85%) rename charts/{incubator => stable}/bytestash/README.md (89%) rename charts/{incubator => stable}/bytestash/docs/How-To-Guide.md (93%) rename charts/{incubator => stable}/bytestash/icon-small.webp (100%) rename charts/{incubator => stable}/bytestash/icon.webp (100%) rename charts/{incubator => stable}/bytestash/templates/NOTES.txt (100%) rename charts/{incubator => stable}/bytestash/templates/common.yaml (100%) rename charts/{incubator => stable}/bytestash/values.yaml (100%) 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