From fdde085de966d3a922e8360b5d8db36bf1022a86 Mon Sep 17 00:00:00 2001 From: truecharts-bot Date: Wed, 31 Aug 2022 07:28:04 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/stable/plaxt/CHANGELOG.md | 155 ------------------------- charts/stable/plaxt/Chart.yaml | 2 +- charts/stable/plaxt/README.md | 8 +- charts/stable/plex-utills/CHANGELOG.md | 1 + charts/stable/plex-utills/Chart.yaml | 2 +- charts/stable/plex-utills/README.md | 8 +- 6 files changed, 11 insertions(+), 165 deletions(-) diff --git a/charts/stable/plaxt/CHANGELOG.md b/charts/stable/plaxt/CHANGELOG.md index 145e641cefa..e69de29bb2d 100644 --- a/charts/stable/plaxt/CHANGELOG.md +++ b/charts/stable/plaxt/CHANGELOG.md @@ -1,155 +0,0 @@ -# Changelog - - - -## [plaxt-0.0.22](https://github.com/truecharts/charts/compare/plaxt-0.0.20...plaxt-0.0.22) (2022-08-30) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3639](https://github.com/truecharts/charts/issues/3639)) - - update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626)) - - - - -## [plaxt-0.0.21](https://github.com/truecharts/charts/compare/plaxt-0.0.20...plaxt-0.0.21) (2022-08-30) - -### Chore - -- update helm chart common to v10.5.5 ([#3626](https://github.com/truecharts/charts/issues/3626)) - - - - -## [plaxt-0.0.20](https://github.com/truecharts/charts/compare/plaxt-0.0.19...plaxt-0.0.20) (2022-08-29) - -### Chore - -- update helm general non-major ([#3619](https://github.com/truecharts/charts/issues/3619)) - - - - -## [plaxt-0.0.19](https://github.com/truecharts/charts/compare/plaxt-0.0.17...plaxt-0.0.19) (2022-08-26) - -### Fix - -- some cleanup ([#3586](https://github.com/truecharts/charts/issues/3586)) - - - - -## [plaxt-0.0.17](https://github.com/truecharts/charts/compare/plaxt-0.0.16...plaxt-0.0.17) (2022-08-23) - -### Chore - -- update helm general non-major helm releases ([#3545](https://github.com/truecharts/charts/issues/3545)) - - - - -## [plaxt-0.0.16](https://github.com/truecharts/charts/compare/plaxt-0.0.15...plaxt-0.0.16) (2022-08-12) - -### Chore - -- add documentation checkbox/section to all SCALE Apps - - update helm general non-major helm releases ([#3456](https://github.com/truecharts/charts/issues/3456)) - - ### Fix - -- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447)) - - - - -## [plaxt-0.0.15](https://github.com/truecharts/charts/compare/plaxt-0.0.14...plaxt-0.0.15) (2022-08-08) - -### Chore - -- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376)) - - replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402)) - - - - -## [plaxt-0.0.14](https://github.com/truecharts/apps/compare/plaxt-0.0.13...plaxt-0.0.14) (2022-07-26) - -### Chore - -- update home links ([#3291](https://github.com/truecharts/apps/issues/3291)) - - update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302)) - - - - -## [plaxt-0.0.13](https://github.com/truecharts/apps/compare/plaxt-0.0.12...plaxt-0.0.13) (2022-07-25) - -### Chore - -- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300)) - - ### Chore - -- add fake digest to new incubator Apps to fetch digests - - - - -## [plaxt-0.0.12](https://github.com/truecharts/apps/compare/plaxt-0.0.11...plaxt-0.0.12) (2022-07-23) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280)) - - - - -## [plaxt-0.0.12](https://github.com/truecharts/apps/compare/plaxt-0.0.11...plaxt-0.0.12) (2022-07-23) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280)) - - - - -## [plaxt-0.0.12](https://github.com/truecharts/apps/compare/plaxt-0.0.11...plaxt-0.0.12) (2022-07-23) - -### Chore - -- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280)) - - - - -## [plaxt-0.0.11]plaxt-0.0.11 (2022-07-22) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Bump all charts to generate config and container references due to huge increase of repository - - Move Dev to incubator and some cleanup - - - - -## [plaxt-0.0.10]plaxt-0.0.10 (2022-07-22) - -### Chore - -- Auto-update chart README [skip ci] - - Move Dev to incubator and some cleanup - - - - -## [plaxt-0.0.10]plaxt-0.0.10 (2022-07-22) - -### Chore - -- Move Dev to incubator and some cleanup diff --git a/charts/stable/plaxt/Chart.yaml b/charts/stable/plaxt/Chart.yaml index e04330b1fd3..18464cc3287 100644 --- a/charts/stable/plaxt/Chart.yaml +++ b/charts/stable/plaxt/Chart.yaml @@ -20,7 +20,7 @@ maintainers: url: https://truecharts.org name: plaxt sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/plaxt + - https://github.com/truecharts/charts/tree/master/charts/stable/plaxt - https://github.com/XanderStrike/goplaxt - https://hub.docker.com/r/xanderstrike/goplaxt type: application diff --git a/charts/stable/plaxt/README.md b/charts/stable/plaxt/README.md index 4f248de24b5..ad6072b50ea 100644 --- a/charts/stable/plaxt/README.md +++ b/charts/stable/plaxt/README.md @@ -1,19 +1,19 @@ # plaxt -![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) -This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv (IT will not do history prior to tool Installation) it uses WebHooks to Accomplish this so a PLEX PASS Subscription is needed to use WebHooks. +This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv 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: [plaxt](https://truecharts.org/docs/charts/incubator/plaxt) +For more information, please click here: [plaxt](https://truecharts.org/docs/charts/stable/plaxt) **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 -* +* * * diff --git a/charts/stable/plex-utills/CHANGELOG.md b/charts/stable/plex-utills/CHANGELOG.md index d7fed08ead0..bfd83ab84e2 100644 --- a/charts/stable/plex-utills/CHANGELOG.md +++ b/charts/stable/plex-utills/CHANGELOG.md @@ -2,6 +2,7 @@ + ## [plex-utills-0.0.22](https://github.com/truecharts/charts/compare/plex-utills-0.0.20...plex-utills-0.0.22) (2022-08-30) ### Chore diff --git a/charts/stable/plex-utills/Chart.yaml b/charts/stable/plex-utills/Chart.yaml index 47c53459091..c9eb6ae6ba5 100644 --- a/charts/stable/plex-utills/Chart.yaml +++ b/charts/stable/plex-utills/Chart.yaml @@ -19,7 +19,7 @@ maintainers: url: https://truecharts.org name: plex-utills sources: - - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-utills + - https://github.com/truecharts/charts/tree/master/charts/stable/plex-utills - https://github.com/jkirkcaldy/plex-utills - https://hub.docker.com/r/jkirkcaldy/plex-utills/ type: application diff --git a/charts/stable/plex-utills/README.md b/charts/stable/plex-utills/README.md index c57c7ed2856..0322bc67b08 100644 --- a/charts/stable/plex-utills/README.md +++ b/charts/stable/plex-utills/README.md @@ -1,19 +1,19 @@ # plex-utills -![Version: 0.0.22](https://img.shields.io/badge/Version-0.0.22-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) -A utility to help manage your library. Options include adding 4k banners and HDR banners to your poster art automactically, auto collections for Disney and Pixar Studios and hiding/auto optimising media files where there is only a 4k version available. +A utility to help manage your library. 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: [plex-utills](https://truecharts.org/docs/charts/incubator/plex-utills) +For more information, please click here: [plex-utills](https://truecharts.org/docs/charts/stable/plex-utills) **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 -* +* * *