Skip to content

Commit 5f34f7b

Browse files
committed
fix(helm): support global registry override for sidecar
Since grafana#19246 the sidecar image would resolve to registry-mirror.example.com/docker.io/kiwigrid/k8s-sidecar when a global registry mirror was defined. Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
1 parent 75e5193 commit 5f34f7b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

production/helm/loki/values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3984,8 +3984,10 @@ extraObjects: null
39843984

39853985
sidecar:
39863986
image:
3987-
# -- The Docker registry and image for the k8s sidecar
3988-
repository: docker.io/kiwigrid/k8s-sidecar
3987+
# -- The Docker registry for the k8s sidecar
3988+
registry: docker.io
3989+
# -- Docker image repository for the k8s sidecar
3990+
repository: kiwigrid/k8s-sidecar
39893991
# -- Docker image tag
39903992
tag: 1.30.10
39913993
# -- Docker image sha. If empty, no sha will be used

0 commit comments

Comments
 (0)