Skip to content

Commit

Permalink
chore(rh-shield-operator): add 'maintainer' label
Browse files Browse the repository at this point in the history
Release 1.11.0 of the `preflight` utility used to certify
the Operator images updated the `HasRequiredLabels` test and
the test now fails if the `maintainer` label has not been set
on the Operator image.
  • Loading branch information
aroberts87 committed Dec 11, 2024
1 parent 102e532 commit d0a4116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rh-shield-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit d0a4116

Please sign in to comment.