Skip to content

Commit

Permalink
Update/fix bundle metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek committed Dec 2, 2024
1 parent 191ffea commit 5009f91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build/bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ LABEL com.redhat.delivery.operator.bundle=true
LABEL com.redhat.openshift.versions=v4.12
# Bundle metadata
LABEL name=gatekeeper/gatekeeper-operator-bundle
LABEL description=gatekeeper-operator-bundle
LABEL io.k8s.description=gatekeeper-operator-bundle
LABEL summary="The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper."
LABEL description="The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper."
LABEL io.k8s.description="The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper."
LABEL summary="Red Hat Gatekeeper Operator"
LABEL version=v3.17.0
LABEL release=""
LABEL distribution-scope=public
LABEL maintainer="[email protected]"
LABEL url=https://github.com/stolostron/gatekeeper-operator
LABEL vendor="Red Hat"
LABEL vendor="Red Hat, Inc."
8 changes: 4 additions & 4 deletions bundle/metadata/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ annotations:
com.redhat.openshift.versions: v4.12
# Bundle metadata
name: gatekeeper/gatekeeper-operator-bundle
description: gatekeeper-operator-bundle
io.k8s.description: gatekeeper-operator-bundle
summary: "The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper."
description: "The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper."
io.k8s.description: "The Gatekeeper Operator installs and configures Open Policy Agent Gatekeeper."
summary: "Red Hat Gatekeeper Operator"
version: v3.17.0
release: ""
distribution-scope: public
maintainer: "[email protected]"
url: https://github.com/stolostron/gatekeeper-operator
vendor: "Red Hat"
vendor: "Red Hat, Inc."

0 comments on commit 5009f91

Please sign in to comment.