litellm: use canonical upstream image name for redis_exporter (#432)

rke2's `registries.yaml` already rewrites upstream image names to the artifactapi mirror, so manifests must carry canonical upstream names. Only in-house `artifactapi.k8s.syd1.au.unkin.net/docker-internal/...` images stay explicit.

Changes:
- Point the litellm redis metrics sidecar at `docker.io/oliver006/redis_exporter:v1.89.0`.

Tag unchanged. `kustomize build --enable-helm apps/overlays/au-syd1/litellm` differs from main only in that image string. No extra proxied refs in the file (the `redis:7-alpine` container is already a bare upstream name).

Reviewed-on: #432
Co-authored-by: unkin-agent <unkin-agent@unkin.net>
Co-committed-by: unkin-agent <unkin-agent@unkin.net>
This commit was merged in pull request #432.
This commit is contained in:
2026-08-29 21:19:01 +10:00
committed by BenVincent
parent 7f928dddfc
commit df89947f47
+1 -1
View File
@@ -61,7 +61,7 @@ spec:
mountPropagation: None mountPropagation: None
name: data name: data
- name: metrics-exporter - name: metrics-exporter
image: artifactapi.k8s.syd1.au.unkin.net/dockerhub/oliver006/redis_exporter:v1.89.0 image: docker.io/oliver006/redis_exporter:v1.89.0
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 9121 - containerPort: 9121