From f45fda346d9f2d8f12064ff06824558896b09aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfred=20G=C3=B6ppel?= <43101280+alfi0812@users.noreply.github.com> Date: Thu, 29 May 2025 22:20:00 +0200 Subject: [PATCH] fix(minio): stop minio from updating and reverting version (#35806) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** ⚒️ Fixes # **⚙️ 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 - [ ] 📜 Documentation Changes **🧪 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 changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ 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._ --- .github/renovate/special/customRules.json5 | 6 ++++++ charts/stable/minio/Chart.yaml | 2 +- charts/stable/minio/values.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/renovate/special/customRules.json5 b/.github/renovate/special/customRules.json5 index 77d67ba0022..78ef2c8fc45 100644 --- a/.github/renovate/special/customRules.json5 +++ b/.github/renovate/special/customRules.json5 @@ -16,6 +16,12 @@ "matchPackagePatterns": ["placeholder"], "branchPrefix": "block-automerge-patch", "labels": ["type/minor", "unstable"] + }, + { + "description": ["Block minio removal of UI (Dont Remove existing Features to make money off of users!)"], + "matchDatasources": ["docker"], + "matchPackagePatterns": ["quay.io/minio/minio"], + "dependencyDashboardApproval": true } ] } diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml index 82ac4060a0b..45c45a80197 100644 --- a/charts/stable/minio/Chart.yaml +++ b/charts/stable/minio/Chart.yaml @@ -37,5 +37,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/minio - https://quay.io/minio/minio type: application -version: 14.2.0 +version: 15.0.0 diff --git a/charts/stable/minio/values.yaml b/charts/stable/minio/values.yaml index 69e6633ee39..8153e33f5a2 100644 --- a/charts/stable/minio/values.yaml +++ b/charts/stable/minio/values.yaml @@ -1,6 +1,6 @@ image: repository: quay.io/minio/minio - tag: RELEASE.2025-05-24T17-08-30Z@sha256:a616cd8f37758b0296db62cc9e6af05a074e844cc7b5c0a0e62176d73828d440 + tag: RELEASE.2025-04-22T22-12-26Z@sha256:a1ea29fa28355559ef137d71fc570e508a214ec84ff8083e39bc5428980b015e pullPolicy: IfNotPresent service: main: