chore: Auto-update chart README [skip ci]
This commit is contained in:
9
charts/incubator/plex-meta-manager/CHANGELOG.md
Normal file
9
charts/incubator/plex-meta-manager/CHANGELOG.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
## [plex-meta-manager-0.0.1]plex-meta-manager-0.0.1 (2022-07-14)
|
||||
|
||||
### Feat
|
||||
|
||||
- Add plex-meta-manager ([#3172](https://github.com/truecharts/apps/issues/3172))
|
||||
|
||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: plex-meta-manager
|
||||
version: 0.0.1
|
||||
appVersion: "v1.17.1"
|
||||
appVersion: "1.17.1"
|
||||
description: Python3 script run using YAML config files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections
|
||||
type: application
|
||||
deprecated: false
|
||||
|
||||
44
charts/incubator/plex-meta-manager/README.md
Normal file
44
charts/incubator/plex-meta-manager/README.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# plex-meta-manager
|
||||
|
||||
Python3 script run using YAML config files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://hub.docker.com/r/linuxserver/plex-meta-manager>
|
||||
* <https://github.com/linuxserver/docker-plex-meta-manager>
|
||||
* <https://github.com/meisnate12/Plex-Meta-Manager>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
|
||||
## Upgrading, Rolling Back and Uninstalling the Chart
|
||||
|
||||
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/).
|
||||
|
||||
##### Connecting to other 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.
|
||||
|
||||
## Support
|
||||
|
||||
- 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)
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
@@ -1,6 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
## [metallb-2.0.8](https://github.com/truecharts/apps/compare/metallb-2.0.7...metallb-2.0.8) (2022-07-14)
|
||||
|
||||
### Fix
|
||||
|
||||
- revert to pre-major update ([#3174](https://github.com/truecharts/apps/issues/3174))
|
||||
|
||||
|
||||
|
||||
## [metallb-2.0.7](https://github.com/truecharts/apps/compare/metallb-2.0.5...metallb-2.0.7) (2022-07-12)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://metallb.github.io/metallb | metallb | 0.13.3 |
|
||||
| https://metallb.github.io/metallb | metallb | 0.12.1 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user