Skip to content

Commit cda2f0f

Browse files
committed
fix(helm): support global registry override for sidecar
Since #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 cda2f0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

production/helm/loki/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3984,8 +3984,9 @@ extraObjects: null
39843984

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

0 commit comments

Comments
 (0)