mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 17:11:21 -03:00
fix(metube): switch to ghcr.io repository (#34338)
**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 # <!--(issue)--> **⚙️ 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:** <!-- Please enter any other relevant information here --> **✔️ 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._
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)$",
|
||||
"matchPackageNames": ["docker.io/alexta69/metube"]
|
||||
"matchPackageNames": ["ghcr.io/alexta69/metube"]
|
||||
},
|
||||
{
|
||||
// Not found in repository 2025-02-01
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
repository: docker.io/alexta69/metube
|
||||
repository: ghcr.io/alexta69/metube
|
||||
tag: 2025-04-11@sha256:4852537ac3f48fa284530db08c4fee83e36dcf65f3693787be498fd56c9bf892
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user