From 5824b850628fb9ae3969ceac08a7fe7d5fd72f58 Mon Sep 17 00:00:00 2001 From: James Musson Date: Sun, 13 Apr 2025 15:20:03 +0100 Subject: [PATCH] fix(makemkv): use ghcr.io repository (#34336) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Switch to ghcr.io repository for jlesage/makemkv ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** Tested on local cluster with no issues **📃 Notes:** **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 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._ --- charts/stable/makemkv/Chart.yaml | 2 +- charts/stable/makemkv/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml index b756cf9b604..24d8eaea28e 100644 --- a/charts/stable/makemkv/Chart.yaml +++ b/charts/stable/makemkv/Chart.yaml @@ -35,5 +35,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/makemkv - https://hub.docker.com/r/jlesage/makemkv type: application -version: 13.1.0 +version: 13.1.1 diff --git a/charts/stable/makemkv/values.yaml b/charts/stable/makemkv/values.yaml index 01f59c2ff08..76e38f75097 100644 --- a/charts/stable/makemkv/values.yaml +++ b/charts/stable/makemkv/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/jlesage/makemkv + repository: ghcr.io/jlesage/makemkv tag: v25.04.1@sha256:ae840c402381a83f511a91d2b2a70291b912a0a5810fdb46b545d2e7c93f7e04 pullPolicy: IfNotPresent makemkv: