From 7ae3ea697ca044d9db2828cae89a2759a2167c37 Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Mon, 30 Dec 2024 14:23:56 -0500 Subject: [PATCH] chore(rh-shield-operator): add 'maintainer' label (#2074) --- rh-shield-operator/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/rh-shield-operator/Dockerfile b/rh-shield-operator/Dockerfile index 7bfc1d2f6..ce1268618 100644 --- a/rh-shield-operator/Dockerfile +++ b/rh-shield-operator/Dockerfile @@ -5,6 +5,7 @@ ARG RELEASE_VERSION LABEL name="rh-shield-operator" \ vendor="Sysdig" \ + maintainer="Sysdig" \ version="${RELEASE_VERSION}" \ release="1" \ summary="Operator based on the shield chart by Sysdig" \