From 05ce90c18775bb2b9ca23ec3b1cfe58152dc1841 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 3 Oct 2023 15:41:57 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/synclounge/6.0.1/app-changelog.md | 9 --------- .../synclounge/{6.0.1 => 6.0.2}/CHANGELOG.md | 18 +++++++++--------- stable/synclounge/{6.0.1 => 6.0.2}/Chart.yaml | 2 +- stable/synclounge/{6.0.1 => 6.0.2}/README.md | 0 stable/synclounge/6.0.2/app-changelog.md | 9 +++++++++ .../synclounge/{6.0.1 => 6.0.2}/app-readme.md | 0 .../{6.0.1 => 6.0.2}/charts/common-14.0.1.tgz | Bin .../{6.0.1 => 6.0.2}/ix_values.yaml | 2 +- .../{6.0.1 => 6.0.2}/questions.yaml | 0 .../{6.0.1 => 6.0.2}/templates/NOTES.txt | 0 .../{6.0.1 => 6.0.2}/templates/common.yaml | 0 .../synclounge/{6.0.1 => 6.0.2}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/synclounge/6.0.1/app-changelog.md rename stable/synclounge/{6.0.1 => 6.0.2}/CHANGELOG.md (90%) rename stable/synclounge/{6.0.1 => 6.0.2}/Chart.yaml (98%) rename stable/synclounge/{6.0.1 => 6.0.2}/README.md (100%) create mode 100644 stable/synclounge/6.0.2/app-changelog.md rename stable/synclounge/{6.0.1 => 6.0.2}/app-readme.md (100%) rename stable/synclounge/{6.0.1 => 6.0.2}/charts/common-14.0.1.tgz (100%) rename stable/synclounge/{6.0.1 => 6.0.2}/ix_values.yaml (84%) rename stable/synclounge/{6.0.1 => 6.0.2}/questions.yaml (100%) rename stable/synclounge/{6.0.1 => 6.0.2}/templates/NOTES.txt (100%) rename stable/synclounge/{6.0.1 => 6.0.2}/templates/common.yaml (100%) rename stable/synclounge/{6.0.1 => 6.0.2}/values.yaml (100%) diff --git a/stable/synclounge/6.0.1/app-changelog.md b/stable/synclounge/6.0.1/app-changelog.md deleted file mode 100644 index 10a4f5d513..0000000000 --- a/stable/synclounge/6.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [synclounge-6.0.1](https://github.com/truecharts/charts/compare/synclounge-6.0.0...synclounge-6.0.1) (2023-09-26) - -### Chore - -- update container image tccr.io/truecharts/synclounge to v5.2.15 ([#12957](https://github.com/truecharts/charts/issues/12957)) - - \ No newline at end of file diff --git a/stable/synclounge/6.0.1/CHANGELOG.md b/stable/synclounge/6.0.2/CHANGELOG.md similarity index 90% rename from stable/synclounge/6.0.1/CHANGELOG.md rename to stable/synclounge/6.0.2/CHANGELOG.md index 84756f73fa..5ace4d49c4 100644 --- a/stable/synclounge/6.0.1/CHANGELOG.md +++ b/stable/synclounge/6.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [synclounge-6.0.2](https://github.com/truecharts/charts/compare/synclounge-6.0.1...synclounge-6.0.2) (2023-10-03) + +### Chore + +- update container image tccr.io/truecharts/synclounge to v5.2.15 ([#13206](https://github.com/truecharts/charts/issues/13206)) + + + + ## [synclounge-6.0.1](https://github.com/truecharts/charts/compare/synclounge-6.0.0...synclounge-6.0.1) (2023-09-26) ### Chore @@ -88,12 +97,3 @@ ## [synclounge-5.0.19](https://github.com/truecharts/charts/compare/synclounge-5.0.18...synclounge-5.0.19) (2023-05-27) -### Chore - -- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197)) - - - - -## [synclounge-5.0.18](https://github.com/truecharts/charts/compare/synclounge-5.0.17...synclounge-5.0.18) (2023-05-26) - diff --git a/stable/synclounge/6.0.1/Chart.yaml b/stable/synclounge/6.0.2/Chart.yaml similarity index 98% rename from stable/synclounge/6.0.1/Chart.yaml rename to stable/synclounge/6.0.2/Chart.yaml index 594c9e8e18..2d87536f8e 100644 --- a/stable/synclounge/6.0.1/Chart.yaml +++ b/stable/synclounge/6.0.2/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: synclounge -version: 6.0.1 +version: 6.0.2 appVersion: "5.2.15" description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are. type: application diff --git a/stable/synclounge/6.0.1/README.md b/stable/synclounge/6.0.2/README.md similarity index 100% rename from stable/synclounge/6.0.1/README.md rename to stable/synclounge/6.0.2/README.md diff --git a/stable/synclounge/6.0.2/app-changelog.md b/stable/synclounge/6.0.2/app-changelog.md new file mode 100644 index 0000000000..ff2632fff1 --- /dev/null +++ b/stable/synclounge/6.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [synclounge-6.0.2](https://github.com/truecharts/charts/compare/synclounge-6.0.1...synclounge-6.0.2) (2023-10-03) + +### Chore + +- update container image tccr.io/truecharts/synclounge to v5.2.15 ([#13206](https://github.com/truecharts/charts/issues/13206)) + + \ No newline at end of file diff --git a/stable/synclounge/6.0.1/app-readme.md b/stable/synclounge/6.0.2/app-readme.md similarity index 100% rename from stable/synclounge/6.0.1/app-readme.md rename to stable/synclounge/6.0.2/app-readme.md diff --git a/stable/synclounge/6.0.1/charts/common-14.0.1.tgz b/stable/synclounge/6.0.2/charts/common-14.0.1.tgz similarity index 100% rename from stable/synclounge/6.0.1/charts/common-14.0.1.tgz rename to stable/synclounge/6.0.2/charts/common-14.0.1.tgz diff --git a/stable/synclounge/6.0.1/ix_values.yaml b/stable/synclounge/6.0.2/ix_values.yaml similarity index 84% rename from stable/synclounge/6.0.1/ix_values.yaml rename to stable/synclounge/6.0.2/ix_values.yaml index 0b1ade79b5..91a06b1432 100644 --- a/stable/synclounge/6.0.1/ix_values.yaml +++ b/stable/synclounge/6.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/synclounge pullPolicy: IfNotPresent - tag: v5.2.15@sha256:3c6eb0c0968eb53226af94bbdb11b8a2b27136dfdbc37025c0d158ec7a2d9393 + tag: v5.2.15@sha256:7f5796e204e715ae3fb09bf079989ffe19c7a9d5477396152d23f1f824de2a05 service: main: ports: diff --git a/stable/synclounge/6.0.1/questions.yaml b/stable/synclounge/6.0.2/questions.yaml similarity index 100% rename from stable/synclounge/6.0.1/questions.yaml rename to stable/synclounge/6.0.2/questions.yaml diff --git a/stable/synclounge/6.0.1/templates/NOTES.txt b/stable/synclounge/6.0.2/templates/NOTES.txt similarity index 100% rename from stable/synclounge/6.0.1/templates/NOTES.txt rename to stable/synclounge/6.0.2/templates/NOTES.txt diff --git a/stable/synclounge/6.0.1/templates/common.yaml b/stable/synclounge/6.0.2/templates/common.yaml similarity index 100% rename from stable/synclounge/6.0.1/templates/common.yaml rename to stable/synclounge/6.0.2/templates/common.yaml diff --git a/stable/synclounge/6.0.1/values.yaml b/stable/synclounge/6.0.2/values.yaml similarity index 100% rename from stable/synclounge/6.0.1/values.yaml rename to stable/synclounge/6.0.2/values.yaml