From 9fc0b020d212b39b04c0f0c97222ddd6d1357325 Mon Sep 17 00:00:00 2001 From: enoch85 Date: Sat, 18 Apr 2026 21:22:18 +0200 Subject: [PATCH] chore(maintainerr): update image and source URLs after upstream rename (#47171) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Updates the Maintainerr chart to reference the renamed upstream repo and Docker namespace. On 2026-01-31 the Maintainerr project moved from `jorenn92/Maintainerr` → [`Maintainerr/Maintainerr`](https://github.com/Maintainerr/Maintainerr) on GitHub, and the canonical Docker image is now [`maintainerr/maintainerr`](https://hub.docker.com/r/maintainerr/maintainerr). The legacy `jorenn92/maintainerr` Hub namespace is still mirrored, but new builds and the source of truth live in the new namespace. ## Changes **`charts/stable/maintainerr/values.yaml`** - `image.repository`: `docker.io/jorenn92/maintainerr` → `docker.io/maintainerr/maintainerr` - `image.tag`: digest pin **unchanged** — both `jorenn92/maintainerr:3.7.0` and `maintainerr/maintainerr:3.7.0` are published from the same release workflow and resolve to the same manifest digest (`sha256:bfc9d16c3f752e17432e5a66df5bbeb4c115698f9dd496ee03fd0aa9ef3dca52`). Verified via `docker buildx imagetools inspect maintainerr/maintainerr:3.7.0` and the Docker Hub Registry API. **`charts/stable/maintainerr/Chart.yaml`** - `sources`: updated GitHub and Docker Hub URLs to the new namespaces - `version`: bumped patch `7.4.1` → `7.4.2` (please adjust if your release process uses a different bump policy) ## Test plan - [ ] `helm lint charts/stable/maintainerr` - [ ] CI digest re-pin (if required by your bumper) - [ ] Render and deploy in a sandbox; confirm pod pulls the new image and the WebUI is reachable on `6246` --- charts/stable/maintainerr/Chart.yaml | 7 +++---- charts/stable/maintainerr/values.yaml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/charts/stable/maintainerr/Chart.yaml b/charts/stable/maintainerr/Chart.yaml index a045b5ebdab..1199063bbfc 100644 --- a/charts/stable/maintainerr/Chart.yaml +++ b/charts/stable/maintainerr/Chart.yaml @@ -32,9 +32,8 @@ maintainers: url: https://truecharts.org name: maintainerr sources: - - https://github.com/jorenn92/Maintainerr + - https://github.com/Maintainerr/Maintainerr - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/maintainerr - - https://hub.docker.com/r/jorenn92/maintainerr + - https://hub.docker.com/r/maintainerr/maintainerr type: application -version: 7.4.1 - +version: 7.4.2 diff --git a/charts/stable/maintainerr/values.yaml b/charts/stable/maintainerr/values.yaml index a3c9c81e26f..c938732d4e0 100644 --- a/charts/stable/maintainerr/values.yaml +++ b/charts/stable/maintainerr/values.yaml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=./values.schema.json image: - repository: docker.io/jorenn92/maintainerr + repository: docker.io/maintainerr/maintainerr pullPolicy: IfNotPresent tag: 3.7.0@sha256:bfc9d16c3f752e17432e5a66df5bbeb4c115698f9dd496ee03fd0aa9ef3dca52