From 6eace64e30eed053bd54121c8a66b1189976e6f7 Mon Sep 17 00:00:00 2001 From: Julia Bier Date: Wed, 2 Oct 2024 13:06:02 -0400 Subject: [PATCH] add new image sources for logging-related images (#47361) --- pkg/image/origins.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/image/origins.go b/pkg/image/origins.go index 6a17575e7d8..efb1d69e42e 100644 --- a/pkg/image/origins.go +++ b/pkg/image/origins.go @@ -157,6 +157,7 @@ var OriginMap = map[string]string{ "mirrored-k8scsi-livenessprobe": "https://github.com/kubernetes-csi/livenessprobe", "mirrored-kiali-kiali": "https://github.com/kiali/kiali", "mirrored-kiwigrid-k8s-sidecar": "https://github.com/kiwigrid/k8s-sidecar", + "mirrored-kube-logging-config-reloader": "https://github.com/kube-logging/config-reloader", "mirrored-kube-logging-fluentd": "https://github.com/kube-logging/fluentd-images", "mirrored-kube-logging-logging-operator": "https://github.com/kube-logging/logging-operator", "mirrored-kube-rbac-proxy": "https://github.com/brancz/kube-rbac-proxy",