From 403e9b713e50afade64cd2cb30b5a460c5dbcd05 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Sat, 23 Dec 2023 09:16:53 -0500 Subject: [PATCH] fix(strapi): Update to 4.16 (#16363) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Just in case I put it to 11.1.0 vs 11.0.8, since I dunno if there's any other fixes / things between 4.15 and 4.16 ⚒️ Fixes #16078 **⚙️ 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._ Signed-off-by: Kjeld Schouten Co-authored-by: Kjeld Schouten --- charts/stable/strapi/Chart.yaml | 4 ++-- charts/stable/strapi/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml index 7986c097c89..0413d904989 100644 --- a/charts/stable/strapi/Chart.yaml +++ b/charts/stable/strapi/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0-0" apiVersion: v2 name: strapi -version: 11.0.7 -appVersion: 4.15.4-alpine +version: 11.1.0 +appVersion: 4.16.2-alpine description: Open-source headless CMS. JavaScript, fully customizable and developer-first. home: https://truecharts.org/charts/stable/strapi icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.png diff --git a/charts/stable/strapi/values.yaml b/charts/stable/strapi/values.yaml index d1b513850cc..04af7d86057 100644 --- a/charts/stable/strapi/values.yaml +++ b/charts/stable/strapi/values.yaml @@ -1,6 +1,6 @@ image: repository: naskio/strapi - tag: 4.15.4-alpine@sha256:a3cac6a221d7ced95e7bf765ec0dc4c8c167986a9aa7a302f7a732c2777548e6 + tag: 4.16.2-alpine@sha256:d8db831e85f1bf5132ed95910c511ec63d87b8777cd84068eb86b1f1a946c410 pullPolicy: Always service: main: