From 20e94f7d3a867567bc5df53906eec2f88b876679 Mon Sep 17 00:00:00 2001 From: James Musson Date: Mon, 14 Apr 2025 10:02:36 +0100 Subject: [PATCH] fix(metube): switch to ghcr.io repository (#34338) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Switches alexta69/metube to ghcr.io repository and updates customVersioning.json to match ghcr.io now for renovate to understand the package version ⚒️ 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):` --- _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/customVersioning.json5 | 2 +- charts/stable/metube/Chart.yaml | 2 +- charts/stable/metube/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate/special/customVersioning.json5 b/.github/renovate/special/customVersioning.json5 index 3072ade2205..72f681aef97 100644 --- a/.github/renovate/special/customVersioning.json5 +++ b/.github/renovate/special/customVersioning.json5 @@ -179,7 +179,7 @@ { "matchDatasources": ["docker"], "versioning": "regex:^(?\\d+)-(?\\d+)-(?\\d+)$", - "matchPackageNames": ["docker.io/alexta69/metube"] + "matchPackageNames": ["ghcr.io/alexta69/metube"] }, { // Not found in repository 2025-02-01 diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml index c0e418406c4..28bc0011aeb 100644 --- a/charts/stable/metube/Chart.yaml +++ b/charts/stable/metube/Chart.yaml @@ -36,5 +36,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/metube - https://hub.docker.com/r/alexta69/metube type: application -version: 15.3.1 +version: 15.3.2 diff --git a/charts/stable/metube/values.yaml b/charts/stable/metube/values.yaml index e7ac6f34683..c18c62d5aa3 100644 --- a/charts/stable/metube/values.yaml +++ b/charts/stable/metube/values.yaml @@ -1,5 +1,5 @@ image: - repository: docker.io/alexta69/metube + repository: ghcr.io/alexta69/metube tag: 2025-04-11@sha256:4852537ac3f48fa284530db08c4fee83e36dcf65f3693787be498fd56c9bf892 pullPolicy: IfNotPresent service: