Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-03-24 07:35:39 +00:00
parent 10bc2d0d2f
commit 2bef3b9600
60 changed files with 571 additions and 155 deletions
@@ -1,6 +1,16 @@
# Changelog<br>
<a name="omada-controller-5.0.8"></a>
### [omada-controller-5.0.8](https://github.com/truecharts/apps/compare/omada-controller-5.0.7...omada-controller-5.0.8) (2022-03-24)
#### Chore
* update docker general non-major ([#2259](https://github.com/truecharts/apps/issues/2259))
* update docker general non-major
<a name="omada-controller-5.0.4"></a>
### [omada-controller-5.0.4](https://github.com/truecharts/apps/compare/omada-controller-5.0.3...omada-controller-5.0.4) (2022-03-15)
+1 -2
View File
@@ -1,8 +1,7 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/omada-controller"` | |
| image.tag | string | `"v5.0@sha256:0a73e49fde844f861b32b1f256eb001ca2340f725be6f7b80c81c77eb8e6ee65"` | |
| image.tag | string | `"v5.1@sha256:6ec3f010466a6f72ef862d7f22cfec6e7b293a903bf52749acb644590c329255"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/opt/tplink/EAPController/data"` | |
| persistence.work.enabled | bool | `true` | |
+5 -5
View File
@@ -18,19 +18,19 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 9.1.2 |
| https://truecharts.org | common | 9.1.8 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Uninstalling the Chart
## Upgrading, Rolling Back and Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
File diff suppressed because one or more lines are too long