From 59b411bb6ba0778db3d380c8541e29fddf5f3bb8 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 19 Dec 2023 12:37:46 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/scrypted/1.4.1/app-changelog.md | 10 ---------- stable/scrypted/{1.4.1 => 1.5.0}/CHANGELOG.md | 9 +++++++++ stable/scrypted/{1.4.1 => 1.5.0}/Chart.yaml | 2 +- stable/scrypted/{1.4.1 => 1.5.0}/README.md | 0 stable/scrypted/1.5.0/app-changelog.md | 9 +++++++++ stable/scrypted/{1.4.1 => 1.5.0}/app-readme.md | 0 .../{1.4.1 => 1.5.0}/charts/common-14.5.0.tgz | Bin stable/scrypted/{1.4.1 => 1.5.0}/ix_values.yaml | 8 ++------ stable/scrypted/{1.4.1 => 1.5.0}/questions.yaml | 4 +--- .../scrypted/{1.4.1 => 1.5.0}/templates/NOTES.txt | 0 .../scrypted/{1.4.1 => 1.5.0}/templates/common.yaml | 0 stable/scrypted/{1.4.1 => 1.5.0}/values.yaml | 0 12 files changed, 22 insertions(+), 20 deletions(-) delete mode 100644 stable/scrypted/1.4.1/app-changelog.md rename stable/scrypted/{1.4.1 => 1.5.0}/CHANGELOG.md (85%) rename stable/scrypted/{1.4.1 => 1.5.0}/Chart.yaml (98%) rename stable/scrypted/{1.4.1 => 1.5.0}/README.md (100%) create mode 100644 stable/scrypted/1.5.0/app-changelog.md rename stable/scrypted/{1.4.1 => 1.5.0}/app-readme.md (100%) rename stable/scrypted/{1.4.1 => 1.5.0}/charts/common-14.5.0.tgz (100%) rename stable/scrypted/{1.4.1 => 1.5.0}/ix_values.yaml (86%) rename stable/scrypted/{1.4.1 => 1.5.0}/questions.yaml (99%) rename stable/scrypted/{1.4.1 => 1.5.0}/templates/NOTES.txt (100%) rename stable/scrypted/{1.4.1 => 1.5.0}/templates/common.yaml (100%) rename stable/scrypted/{1.4.1 => 1.5.0}/values.yaml (100%) diff --git a/stable/scrypted/1.4.1/app-changelog.md b/stable/scrypted/1.4.1/app-changelog.md deleted file mode 100644 index ec0a16c256..0000000000 --- a/stable/scrypted/1.4.1/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [scrypted-1.4.1](https://github.com/truecharts/charts/compare/scrypted-1.4.0...scrypted-1.4.1) (2023-12-17) - -### Chore - -- update container image koush/scrypted to 18-jammy-full-v0.68.0[@c95bd5a](https://github.com/c95bd5a) ([#16180](https://github.com/truecharts/charts/issues/16180)) - - update container image koush/scrypted to 18-jammy-lite-v0.68.0[@adaed0c](https://github.com/adaed0c) ([#16181](https://github.com/truecharts/charts/issues/16181)) - - \ No newline at end of file diff --git a/stable/scrypted/1.4.1/CHANGELOG.md b/stable/scrypted/1.5.0/CHANGELOG.md similarity index 85% rename from stable/scrypted/1.4.1/CHANGELOG.md rename to stable/scrypted/1.5.0/CHANGELOG.md index cb7586d210..6d4d901584 100644 --- a/stable/scrypted/1.4.1/CHANGELOG.md +++ b/stable/scrypted/1.5.0/CHANGELOG.md @@ -4,6 +4,15 @@ +## [scrypted-1.5.0](https://github.com/truecharts/charts/compare/scrypted-1.4.1...scrypted-1.5.0) (2023-12-19) + +### Fix + +- Remove deprecated Thin image selection and uses upstream latest (full image) as default ([#16317](https://github.com/truecharts/charts/issues/16317)) + + + + ## [scrypted-1.4.1](https://github.com/truecharts/charts/compare/scrypted-1.4.0...scrypted-1.4.1) (2023-12-17) ### Chore diff --git a/stable/scrypted/1.4.1/Chart.yaml b/stable/scrypted/1.5.0/Chart.yaml similarity index 98% rename from stable/scrypted/1.4.1/Chart.yaml rename to stable/scrypted/1.5.0/Chart.yaml index 965d415ce8..29f0abce1c 100644 --- a/stable/scrypted/1.4.1/Chart.yaml +++ b/stable/scrypted/1.5.0/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: scrypted -version: 1.4.1 +version: 1.5.0 appVersion: 0.68.0 description: Scrypted is a high performance home video integration and automation diff --git a/stable/scrypted/1.4.1/README.md b/stable/scrypted/1.5.0/README.md similarity index 100% rename from stable/scrypted/1.4.1/README.md rename to stable/scrypted/1.5.0/README.md diff --git a/stable/scrypted/1.5.0/app-changelog.md b/stable/scrypted/1.5.0/app-changelog.md new file mode 100644 index 0000000000..5fbf2d7508 --- /dev/null +++ b/stable/scrypted/1.5.0/app-changelog.md @@ -0,0 +1,9 @@ + + +## [scrypted-1.5.0](https://github.com/truecharts/charts/compare/scrypted-1.4.1...scrypted-1.5.0) (2023-12-19) + +### Fix + +- Remove deprecated Thin image selection and uses upstream latest (full image) as default ([#16317](https://github.com/truecharts/charts/issues/16317)) + + \ No newline at end of file diff --git a/stable/scrypted/1.4.1/app-readme.md b/stable/scrypted/1.5.0/app-readme.md similarity index 100% rename from stable/scrypted/1.4.1/app-readme.md rename to stable/scrypted/1.5.0/app-readme.md diff --git a/stable/scrypted/1.4.1/charts/common-14.5.0.tgz b/stable/scrypted/1.5.0/charts/common-14.5.0.tgz similarity index 100% rename from stable/scrypted/1.4.1/charts/common-14.5.0.tgz rename to stable/scrypted/1.5.0/charts/common-14.5.0.tgz diff --git a/stable/scrypted/1.4.1/ix_values.yaml b/stable/scrypted/1.5.0/ix_values.yaml similarity index 86% rename from stable/scrypted/1.4.1/ix_values.yaml rename to stable/scrypted/1.5.0/ix_values.yaml index f0866e3055..cf95ce9930 100644 --- a/stable/scrypted/1.4.1/ix_values.yaml +++ b/stable/scrypted/1.5.0/ix_values.yaml @@ -1,15 +1,11 @@ image: repository: koush/scrypted - pullPolicy: IfNotPresent - tag: 20-jammy-thin-v0.59.0@sha256:067116150b465690ca2792e53139b2b59a4682717599840cb2445a799f1bba90 + tag: 18-jammy-full-v0.68.0@sha256:c95bd5a65edd8ba132fd9425c7052ea88bd82936afc50391e21d66a671c48329 + pullPolicy: Always liteImage: repository: koush/scrypted tag: 18-jammy-lite-v0.68.0@sha256:adaed0c9d08f2b4ccfb1369548c65104787e1b8db04a550e6ea7909145d400bc pullPolicy: Always -fullImage: - repository: koush/scrypted - tag: 18-jammy-full-v0.68.0@sha256:c95bd5a65edd8ba132fd9425c7052ea88bd82936afc50391e21d66a671c48329 - pullPolicy: Always securityContext: container: diff --git a/stable/scrypted/1.4.1/questions.yaml b/stable/scrypted/1.5.0/questions.yaml similarity index 99% rename from stable/scrypted/1.4.1/questions.yaml rename to stable/scrypted/1.5.0/questions.yaml index 91cc0b468d..40d4cc6129 100644 --- a/stable/scrypted/1.4.1/questions.yaml +++ b/stable/scrypted/1.5.0/questions.yaml @@ -108,11 +108,9 @@ questions: default: image enum: - value: image - description: Thin + description: Full (Upstream default) - value: liteImage description: Lite - - value: fullImage - description: Full - variable: env label: Image Environment diff --git a/stable/scrypted/1.4.1/templates/NOTES.txt b/stable/scrypted/1.5.0/templates/NOTES.txt similarity index 100% rename from stable/scrypted/1.4.1/templates/NOTES.txt rename to stable/scrypted/1.5.0/templates/NOTES.txt diff --git a/stable/scrypted/1.4.1/templates/common.yaml b/stable/scrypted/1.5.0/templates/common.yaml similarity index 100% rename from stable/scrypted/1.4.1/templates/common.yaml rename to stable/scrypted/1.5.0/templates/common.yaml diff --git a/stable/scrypted/1.4.1/values.yaml b/stable/scrypted/1.5.0/values.yaml similarity index 100% rename from stable/scrypted/1.4.1/values.yaml rename to stable/scrypted/1.5.0/values.yaml