From 0435c0e4e5747e48ba9480c6647b3e8db8e1d179 Mon Sep 17 00:00:00 2001 From: paulfantom Date: Mon, 10 Aug 2020 10:11:44 +0200 Subject: [PATCH] fix CVP issues due to incorrect labels set --- Dockerfile.ocp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.ocp b/Dockerfile.ocp index fb15e896ae0..a6592111f3b 100644 --- a/Dockerfile.ocp +++ b/Dockerfile.ocp @@ -15,8 +15,8 @@ FROM registry.svc.ci.openshift.org/openshift/origin-v4.0:base LABEL io.k8s.display-name="OpenShift Thanos" \ io.k8s.description="Highly available Prometheus setup with long term storage capabilities." \ io.openshift.tags="prometheus,monitoring" \ - maintainer="OpenShift Development " \ - version="v0.6.0" + summary="Highly available Prometheus setup with long term storage capabilities." \ + maintainer="OpenShift Monitoring Team " COPY --from=builder /go/src/github.com/improbable-eng/thanos/thanos /bin/thanos