From 319061dc384bf55c4e3424353b03e0f76653b425 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Tue, 19 Dec 2023 07:30:49 -0500 Subject: [PATCH] fix(scrypted): Remove deprecated Thin image selection and uses upstream latest (full image) as default (#16317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Removes deprecated default that the catalog selects ⚒️ Fixes #16305 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [X] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/stable/scrypted/Chart.yaml | 2 +- charts/stable/scrypted/ci/full-values.yaml | 1 - charts/stable/scrypted/questions.yaml | 4 +--- charts/stable/scrypted/values.yaml | 8 ++------ 4 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 charts/stable/scrypted/ci/full-values.yaml diff --git a/charts/stable/scrypted/Chart.yaml b/charts/stable/scrypted/Chart.yaml index 965d415ce82..29f0abce1c6 100644 --- a/charts/stable/scrypted/Chart.yaml +++ b/charts/stable/scrypted/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/charts/stable/scrypted/ci/full-values.yaml b/charts/stable/scrypted/ci/full-values.yaml deleted file mode 100644 index 8dfe5db368c..00000000000 --- a/charts/stable/scrypted/ci/full-values.yaml +++ /dev/null @@ -1 +0,0 @@ -imageSelector: fullImage diff --git a/charts/stable/scrypted/questions.yaml b/charts/stable/scrypted/questions.yaml index 1995fa5744d..a9738bc0359 100644 --- a/charts/stable/scrypted/questions.yaml +++ b/charts/stable/scrypted/questions.yaml @@ -18,11 +18,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/charts/stable/scrypted/values.yaml b/charts/stable/scrypted/values.yaml index f0866e3055c..cf95ce9930c 100644 --- a/charts/stable/scrypted/values.yaml +++ b/charts/stable/scrypted/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: