diff --git a/charts/incubator/magicmirror2/CHANGELOG.md b/charts/incubator/magicmirror2/CHANGELOG.md index 4736539c179..be081bea33b 100644 --- a/charts/incubator/magicmirror2/CHANGELOG.md +++ b/charts/incubator/magicmirror2/CHANGELOG.md @@ -3,4 +3,3 @@ ## [magicmirror2-0.0.1]magicmirror2-0.0.1 (2022-11-10) - diff --git a/charts/incubator/netbox/CHANGELOG.md b/charts/incubator/netbox/CHANGELOG.md new file mode 100644 index 00000000000..0d4af959dde --- /dev/null +++ b/charts/incubator/netbox/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + + + +## [netbox-0.0.1]netbox-0.0.1 (2022-11-10) + +### Feat + +- add netbox ([#4248](https://github.com/truecharts/charts/issues/4248)) + + \ No newline at end of file diff --git a/charts/incubator/netbox/Chart.yaml b/charts/incubator/netbox/Chart.yaml index cbbcaf26111..c83fd8854b8 100644 --- a/charts/incubator/netbox/Chart.yaml +++ b/charts/incubator/netbox/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "10.6.2" +appVersion: "3.3.6" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -13,8 +13,8 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.121 description: NetBox is the leading solution for modeling and documenting modern networks. -home: https://truecharts.org/docs/charts/stable/airsonic -icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png +home: https://truecharts.org/docs/charts/incubator/netbox +icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbox.png keywords: - network - netbox @@ -25,6 +25,7 @@ maintainers: url: https://truecharts.org name: netbox sources: + - https://github.com/truecharts/charts/tree/master/charts/incubator/netbox - https://github.com/netbox-community/netbox-docker version: 0.0.1 annotations: diff --git a/charts/incubator/netbox/README.md b/charts/incubator/netbox/README.md index e69de29bb2d..e3a0b100e36 100644 --- a/charts/incubator/netbox/README.md +++ b/charts/incubator/netbox/README.md @@ -0,0 +1,108 @@ +# netbox + +NetBox is the leading solution for modeling and documenting modern networks. + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. + +This readme is just an automatically generated general guide on installing our Helm Charts and Apps. +For more information, please click here: [netbox](https://truecharts.org/docs/charts/incubator/netbox) + +**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)** + +## Source Code + +* +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://charts.truecharts.org/ | postgresql | 8.0.122 | +| https://charts.truecharts.org | redis | 3.0.121 | +| https://library-charts.truecharts.org | common | 10.9.4 | + +## Installing the Chart + +### TrueNAS SCALE + +To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App). + +### Helm + +To install the chart with the release name `netbox` + +```console +helm repo add TrueCharts https://charts.truecharts.org +helm repo update +helm install netbox TrueCharts/netbox +``` + +## Uninstall + +### TrueNAS SCALE + +**Upgrading, Rolling Back and Uninstalling the Chart** + +To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App). + +### Helm + +To uninstall the `netbox` deployment + +```console +helm uninstall netbox +``` + +## Configuration + +### Helm + +#### Available Settings + +Read through the values.yaml file. It has several commented out suggested values. +Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common). + +#### Configure using the command line + +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. + +```console +helm install netbox \ + --set env.TZ="America/New York" \ + TrueCharts/netbox +``` + +#### Configure using a yaml file + +Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. + +```console +helm install netbox TrueCharts/netbox -f values.yaml +``` + +#### Connecting to other charts + +If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide. + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +--- + +All Rights Reserved - The TrueCharts Project