Files
truecharts/charts/stable/maintainerr/values.yaml
T
enoch85 9fc0b020d2 chore(maintainerr): update image and source URLs after upstream rename (#47171)
## 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`
2026-04-18 21:22:18 +02:00

25 lines
495 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/maintainerr/maintainerr
pullPolicy: IfNotPresent
tag: 3.7.0@sha256:bfc9d16c3f752e17432e5a66df5bbeb4c115698f9dd496ee03fd0aa9ef3dca52
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 6246
port: 6246
persistence:
data:
enabled: true
mountPath: "/opt/data"