From df89947f4746cf09ff8d6910f6837f9e1d476c7c Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 29 Aug 2026 21:19:01 +1000 Subject: [PATCH] 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: https://git.unkin.net/unkin/argocd-apps/pulls/432 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- apps/base/litellm/redis-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/litellm/redis-deployment.yaml b/apps/base/litellm/redis-deployment.yaml index d47597f..a5101c5 100644 --- a/apps/base/litellm/redis-deployment.yaml +++ b/apps/base/litellm/redis-deployment.yaml @@ -61,7 +61,7 @@ spec: mountPropagation: None name: data - 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 ports: - containerPort: 9121