From 113b0b8a14a91e1ecf5db01d21c1a32b7ac1046d Mon Sep 17 00:00:00 2001 From: Joseph Richard Date: Mon, 10 Feb 2025 16:40:02 -0700 Subject: [PATCH] Fix maintainers --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4560cb023..e9776063a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,6 @@ LABEL io.k8s.display-name="OpenShift ptp-operator" \ io.k8s.description="This is a component that manages cluster PTP configuration." \ io.openshift.tags="openshift,ptp" \ com.redhat.delivery.appregistry=true \ - maintainer="Multus Team " + maintainer="PTP Team " ENTRYPOINT ["/usr/local/bin/ptp-operator"]