mirror of
https://github.com/truecharts/charts.git
synced 2026-07-28 15:24:34 -03:00
chore(bytestash) Move ByteStash chart to Stable Train (#32993)
Merge changes **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Moving ByteStash chart to Stable Train after a successful deployment to a test cluster. ⚒️ Fixes # <!--(issue)--> **⚙️ 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?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> Deployed to test cluster and confirmed chart deployed successfully, webpage loaded successfully and persistence working after restarts of the container. **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ 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>
This commit is contained in:
@@ -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
|
||||
@@ -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)
|
||||
@@ -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
|
||||
|
Before Width: | Height: | Size: 662 B After Width: | Height: | Size: 662 B |
|
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Reference in New Issue
Block a user