From 29dcd46cebb46412a0fc9a3884978187b914dd2f Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 7 Nov 2023 15:41:40 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/synclounge/6.0.13/app-changelog.md | 9 --------- .../{6.0.13 => 6.0.14}/CHANGELOG.md | 18 +++++++++--------- .../synclounge/{6.0.13 => 6.0.14}/Chart.yaml | 2 +- .../synclounge/{6.0.13 => 6.0.14}/README.md | 0 stable/synclounge/6.0.14/app-changelog.md | 9 +++++++++ .../{6.0.13 => 6.0.14}/app-readme.md | 0 .../charts/common-14.2.3.tgz | Bin .../{6.0.13 => 6.0.14}/ix_values.yaml | 2 +- .../{6.0.13 => 6.0.14}/questions.yaml | 8 ++++---- .../{6.0.13 => 6.0.14}/templates/NOTES.txt | 0 .../{6.0.13 => 6.0.14}/templates/common.yaml | 0 .../synclounge/{6.0.13 => 6.0.14}/values.yaml | 0 12 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 stable/synclounge/6.0.13/app-changelog.md rename stable/synclounge/{6.0.13 => 6.0.14}/CHANGELOG.md (91%) rename stable/synclounge/{6.0.13 => 6.0.14}/Chart.yaml (98%) rename stable/synclounge/{6.0.13 => 6.0.14}/README.md (100%) create mode 100644 stable/synclounge/6.0.14/app-changelog.md rename stable/synclounge/{6.0.13 => 6.0.14}/app-readme.md (100%) rename stable/synclounge/{6.0.13 => 6.0.14}/charts/common-14.2.3.tgz (100%) rename stable/synclounge/{6.0.13 => 6.0.14}/ix_values.yaml (84%) rename stable/synclounge/{6.0.13 => 6.0.14}/questions.yaml (99%) rename stable/synclounge/{6.0.13 => 6.0.14}/templates/NOTES.txt (100%) rename stable/synclounge/{6.0.13 => 6.0.14}/templates/common.yaml (100%) rename stable/synclounge/{6.0.13 => 6.0.14}/values.yaml (100%) diff --git a/stable/synclounge/6.0.13/app-changelog.md b/stable/synclounge/6.0.13/app-changelog.md deleted file mode 100644 index 9a532387c8..0000000000 --- a/stable/synclounge/6.0.13/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [synclounge-6.0.13](https://github.com/truecharts/charts/compare/synclounge-6.0.12...synclounge-6.0.13) (2023-11-05) - -### Chore - -- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365)) - - \ No newline at end of file diff --git a/stable/synclounge/6.0.13/CHANGELOG.md b/stable/synclounge/6.0.14/CHANGELOG.md similarity index 91% rename from stable/synclounge/6.0.13/CHANGELOG.md rename to stable/synclounge/6.0.14/CHANGELOG.md index fc225158d7..ef25b15416 100644 --- a/stable/synclounge/6.0.13/CHANGELOG.md +++ b/stable/synclounge/6.0.14/CHANGELOG.md @@ -4,6 +4,15 @@ +## [synclounge-6.0.14](https://github.com/truecharts/charts/compare/synclounge-6.0.13...synclounge-6.0.14) (2023-11-07) + +### Chore + +- update container image tccr.io/truecharts/synclounge to v5.2.22 ([#14424](https://github.com/truecharts/charts/issues/14424)) + + + + ## [synclounge-6.0.13](https://github.com/truecharts/charts/compare/synclounge-6.0.12...synclounge-6.0.13) (2023-11-05) ### Chore @@ -88,12 +97,3 @@ ## [synclounge-6.0.4](https://github.com/truecharts/charts/compare/synclounge-6.0.3...synclounge-6.0.4) (2023-10-07) -### Chore - -- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386)) - - - - -## [synclounge-6.0.3](https://github.com/truecharts/charts/compare/synclounge-6.0.2...synclounge-6.0.3) (2023-10-05) - diff --git a/stable/synclounge/6.0.13/Chart.yaml b/stable/synclounge/6.0.14/Chart.yaml similarity index 98% rename from stable/synclounge/6.0.13/Chart.yaml rename to stable/synclounge/6.0.14/Chart.yaml index b5e856ed0a..3530939139 100644 --- a/stable/synclounge/6.0.13/Chart.yaml +++ b/stable/synclounge/6.0.14/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: synclounge -version: 6.0.13 +version: 6.0.14 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 diff --git a/stable/synclounge/6.0.13/README.md b/stable/synclounge/6.0.14/README.md similarity index 100% rename from stable/synclounge/6.0.13/README.md rename to stable/synclounge/6.0.14/README.md diff --git a/stable/synclounge/6.0.14/app-changelog.md b/stable/synclounge/6.0.14/app-changelog.md new file mode 100644 index 0000000000..067c0fd130 --- /dev/null +++ b/stable/synclounge/6.0.14/app-changelog.md @@ -0,0 +1,9 @@ + + +## [synclounge-6.0.14](https://github.com/truecharts/charts/compare/synclounge-6.0.13...synclounge-6.0.14) (2023-11-07) + +### Chore + +- update container image tccr.io/truecharts/synclounge to v5.2.22 ([#14424](https://github.com/truecharts/charts/issues/14424)) + + \ No newline at end of file diff --git a/stable/synclounge/6.0.13/app-readme.md b/stable/synclounge/6.0.14/app-readme.md similarity index 100% rename from stable/synclounge/6.0.13/app-readme.md rename to stable/synclounge/6.0.14/app-readme.md diff --git a/stable/synclounge/6.0.13/charts/common-14.2.3.tgz b/stable/synclounge/6.0.14/charts/common-14.2.3.tgz similarity index 100% rename from stable/synclounge/6.0.13/charts/common-14.2.3.tgz rename to stable/synclounge/6.0.14/charts/common-14.2.3.tgz diff --git a/stable/synclounge/6.0.13/ix_values.yaml b/stable/synclounge/6.0.14/ix_values.yaml similarity index 84% rename from stable/synclounge/6.0.13/ix_values.yaml rename to stable/synclounge/6.0.14/ix_values.yaml index 1c49ce20f5..8743be8f7a 100644 --- a/stable/synclounge/6.0.13/ix_values.yaml +++ b/stable/synclounge/6.0.14/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/synclounge pullPolicy: IfNotPresent - tag: v5.2.22@sha256:32d58795a87ee311579358b42e0c69f6c5567e3c804d5dadd08b73542416baee + tag: v5.2.22@sha256:0e6b40138fc00b85eb9e0ba77a4c5280a6d6670d249dd7585e59505e530142da service: main: ports: diff --git a/stable/synclounge/6.0.13/questions.yaml b/stable/synclounge/6.0.14/questions.yaml similarity index 99% rename from stable/synclounge/6.0.13/questions.yaml rename to stable/synclounge/6.0.14/questions.yaml index 916446f408..82338842b7 100644 --- a/stable/synclounge/6.0.13/questions.yaml +++ b/stable/synclounge/6.0.14/questions.yaml @@ -900,7 +900,7 @@ questions: schema: type: list default: [] - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -929,7 +929,7 @@ questions: - variable: scaleCert label: Use TrueNAS SCALE Certificate (Deprecated) schema: - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] type: int $ref: - "definitions/certificate" @@ -938,13 +938,13 @@ questions: description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' schema: type: string - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: secretName label: Use Custom Secret (Advanced) schema: type: string - show_if: [["clusterIssuer", "=", ""]] + show_if: [["certificateIssuer", "=", ""]] default: "" - variable: entrypoint label: Traefik Entrypoint diff --git a/stable/synclounge/6.0.13/templates/NOTES.txt b/stable/synclounge/6.0.14/templates/NOTES.txt similarity index 100% rename from stable/synclounge/6.0.13/templates/NOTES.txt rename to stable/synclounge/6.0.14/templates/NOTES.txt diff --git a/stable/synclounge/6.0.13/templates/common.yaml b/stable/synclounge/6.0.14/templates/common.yaml similarity index 100% rename from stable/synclounge/6.0.13/templates/common.yaml rename to stable/synclounge/6.0.14/templates/common.yaml diff --git a/stable/synclounge/6.0.13/values.yaml b/stable/synclounge/6.0.14/values.yaml similarity index 100% rename from stable/synclounge/6.0.13/values.yaml rename to stable/synclounge/6.0.14/values.yaml