From e06c29b628b612af843c81c7ae976029c70f08ae Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 26 Oct 2023 22:47:31 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/synclounge/6.0.8/app-changelog.md | 9 --------- .../synclounge/{6.0.8 => 6.0.9}/CHANGELOG.md | 18 +++++++++--------- stable/synclounge/{6.0.8 => 6.0.9}/Chart.yaml | 4 ++-- stable/synclounge/{6.0.8 => 6.0.9}/README.md | 0 stable/synclounge/6.0.9/app-changelog.md | 9 +++++++++ .../synclounge/{6.0.8 => 6.0.9}/app-readme.md | 0 .../{6.0.8 => 6.0.9}/charts/common-14.0.9.tgz | Bin .../{6.0.8 => 6.0.9}/ix_values.yaml | 2 +- .../{6.0.8 => 6.0.9}/questions.yaml | 0 .../{6.0.8 => 6.0.9}/templates/NOTES.txt | 0 .../{6.0.8 => 6.0.9}/templates/common.yaml | 0 .../synclounge/{6.0.8 => 6.0.9}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/synclounge/6.0.8/app-changelog.md rename stable/synclounge/{6.0.8 => 6.0.9}/CHANGELOG.md (91%) rename stable/synclounge/{6.0.8 => 6.0.9}/Chart.yaml (95%) rename stable/synclounge/{6.0.8 => 6.0.9}/README.md (100%) create mode 100644 stable/synclounge/6.0.9/app-changelog.md rename stable/synclounge/{6.0.8 => 6.0.9}/app-readme.md (100%) rename stable/synclounge/{6.0.8 => 6.0.9}/charts/common-14.0.9.tgz (100%) rename stable/synclounge/{6.0.8 => 6.0.9}/ix_values.yaml (84%) rename stable/synclounge/{6.0.8 => 6.0.9}/questions.yaml (100%) rename stable/synclounge/{6.0.8 => 6.0.9}/templates/NOTES.txt (100%) rename stable/synclounge/{6.0.8 => 6.0.9}/templates/common.yaml (100%) rename stable/synclounge/{6.0.8 => 6.0.9}/values.yaml (100%) diff --git a/stable/synclounge/6.0.8/app-changelog.md b/stable/synclounge/6.0.8/app-changelog.md deleted file mode 100644 index f8719f38ba3..00000000000 --- a/stable/synclounge/6.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [synclounge-6.0.8](https://github.com/truecharts/charts/compare/synclounge-6.0.7...synclounge-6.0.8) (2023-10-24) - -### Chore - -- update container image tccr.io/truecharts/synclounge to v5.2.19 ([#13940](https://github.com/truecharts/charts/issues/13940)) - - \ No newline at end of file diff --git a/stable/synclounge/6.0.8/CHANGELOG.md b/stable/synclounge/6.0.9/CHANGELOG.md similarity index 91% rename from stable/synclounge/6.0.8/CHANGELOG.md rename to stable/synclounge/6.0.9/CHANGELOG.md index 21fdb919207..8a705a1a968 100644 --- a/stable/synclounge/6.0.8/CHANGELOG.md +++ b/stable/synclounge/6.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [synclounge-6.0.9](https://github.com/truecharts/charts/compare/synclounge-6.0.8...synclounge-6.0.9) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/synclounge to v5.2.22 ([#14007](https://github.com/truecharts/charts/issues/14007)) + + + + ## [synclounge-6.0.8](https://github.com/truecharts/charts/compare/synclounge-6.0.7...synclounge-6.0.8) (2023-10-24) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) - - - -## [synclounge-5.0.25](https://github.com/truecharts/charts/compare/synclounge-5.0.24...synclounge-5.0.25) (2023-07-01) - -### Chore - -- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069)) - diff --git a/stable/synclounge/6.0.8/Chart.yaml b/stable/synclounge/6.0.9/Chart.yaml similarity index 95% rename from stable/synclounge/6.0.8/Chart.yaml rename to stable/synclounge/6.0.9/Chart.yaml index 287ce0586f3..5066b5e83b1 100644 --- a/stable/synclounge/6.0.8/Chart.yaml +++ b/stable/synclounge/6.0.9/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: synclounge -version: 6.0.8 -appVersion: "5.2.19" +version: 6.0.9 +appVersion: "5.2.22" description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. type: application deprecated: false diff --git a/stable/synclounge/6.0.8/README.md b/stable/synclounge/6.0.9/README.md similarity index 100% rename from stable/synclounge/6.0.8/README.md rename to stable/synclounge/6.0.9/README.md diff --git a/stable/synclounge/6.0.9/app-changelog.md b/stable/synclounge/6.0.9/app-changelog.md new file mode 100644 index 00000000000..db4d7d5757d --- /dev/null +++ b/stable/synclounge/6.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [synclounge-6.0.9](https://github.com/truecharts/charts/compare/synclounge-6.0.8...synclounge-6.0.9) (2023-10-26) + +### Chore + +- update container image tccr.io/truecharts/synclounge to v5.2.22 ([#14007](https://github.com/truecharts/charts/issues/14007)) + + \ No newline at end of file diff --git a/stable/synclounge/6.0.8/app-readme.md b/stable/synclounge/6.0.9/app-readme.md similarity index 100% rename from stable/synclounge/6.0.8/app-readme.md rename to stable/synclounge/6.0.9/app-readme.md diff --git a/stable/synclounge/6.0.8/charts/common-14.0.9.tgz b/stable/synclounge/6.0.9/charts/common-14.0.9.tgz similarity index 100% rename from stable/synclounge/6.0.8/charts/common-14.0.9.tgz rename to stable/synclounge/6.0.9/charts/common-14.0.9.tgz diff --git a/stable/synclounge/6.0.8/ix_values.yaml b/stable/synclounge/6.0.9/ix_values.yaml similarity index 84% rename from stable/synclounge/6.0.8/ix_values.yaml rename to stable/synclounge/6.0.9/ix_values.yaml index 1f1a6c033ee..30415a5824c 100644 --- a/stable/synclounge/6.0.8/ix_values.yaml +++ b/stable/synclounge/6.0.9/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/synclounge pullPolicy: IfNotPresent - tag: v5.2.19@sha256:23391ee0f19e19eef6608a99535845369cc4e62c33858cbc8e86ce805eab3702 + tag: v5.2.22@sha256:e8f0a9cb2a3985cab78b4c5b84014d8d26b546b090dd4b47e6674c9538ac9f48 service: main: ports: diff --git a/stable/synclounge/6.0.8/questions.yaml b/stable/synclounge/6.0.9/questions.yaml similarity index 100% rename from stable/synclounge/6.0.8/questions.yaml rename to stable/synclounge/6.0.9/questions.yaml diff --git a/stable/synclounge/6.0.8/templates/NOTES.txt b/stable/synclounge/6.0.9/templates/NOTES.txt similarity index 100% rename from stable/synclounge/6.0.8/templates/NOTES.txt rename to stable/synclounge/6.0.9/templates/NOTES.txt diff --git a/stable/synclounge/6.0.8/templates/common.yaml b/stable/synclounge/6.0.9/templates/common.yaml similarity index 100% rename from stable/synclounge/6.0.8/templates/common.yaml rename to stable/synclounge/6.0.9/templates/common.yaml diff --git a/stable/synclounge/6.0.8/values.yaml b/stable/synclounge/6.0.9/values.yaml similarity index 100% rename from stable/synclounge/6.0.8/values.yaml rename to stable/synclounge/6.0.9/values.yaml