From a6801ba18a83bb9d1e0ebeaab89e34b85ef01c54 Mon Sep 17 00:00:00 2001 From: Phan Le Date: Wed, 10 Apr 2024 14:06:33 -0700 Subject: [PATCH] Add new image rancher/mirrored-longhornio-openshift-origin-oauth-proxy Ref: https://github.com/rancher/rancher/issues/44861 Signed-off-by: Phan Le --- pkg/image/origins.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/image/origins.go b/pkg/image/origins.go index 736bc95f59c..7921681df65 100644 --- a/pkg/image/origins.go +++ b/pkg/image/origins.go @@ -176,6 +176,7 @@ var OriginMap = map[string]string{ "mirrored-longhornio-longhorn-share-manager": "https://github.com/longhorn/longhorn-share-manager", "mirrored-longhornio-longhorn-ui": "https://github.com/longhorn/longhorn-ui", "mirrored-longhornio-support-bundle-kit": "https://github.com/longhorn/longhorn", + "mirrored-longhornio-openshift-origin-oauth-proxy": "https://github.com/longhorn/longhorn", "mirrored-messagebird-sachet": "https://github.com/messagebird/sachet", "mirrored-metrics-server": "https://github.com/kubernetes-sigs/metrics-server", "mirrored-minio-mc": "https://github.com/minio/mc",