Skip to content

Commit

Permalink
Merge pull request #127 from msherif1234/update-bundle
Browse files Browse the repository at this point in the history
Update bundle
  • Loading branch information
mergify[bot] authored Sep 5, 2024
2 parents 30fabfe + bf9a56a commit a37117b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile.bpfman-agent.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ LABEL name="bpfman/bpfman-agent" \
io.k8s.description="The bpfman-agent manage bpfman programs on every node. ." \
io.openshift.tags="bpfman-agent" \
version="0.5.1" \
vendor="Red Hat Inc."
vendor="Red Hat, Inc."

ENTRYPOINT ["/bpfman-agent"]
2 changes: 1 addition & 1 deletion Containerfile.bpfman-operator.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ LABEL name="bpfman/bpfman-operator" \
io.k8s.description="The bpfman-operator repository exists to deploy and manage bpfman within a Kubernetes cluster. ." \
io.openshift.tags="bpfman-operator" \
version="0.5.1" \
vendor="Red Hat Inc."
vendor="Red Hat, Inc."

USER 65532:65532

Expand Down
10 changes: 10 additions & 0 deletions Containerfile.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
COPY bundle/tests/scorecard /tests/scorecard/

# Labels for konflux to release the images
LABEL name="bpfman/bpfman-agent" \
com.redhat.component="bpfman-agent" \
io.k8s.display-name="Bpfman Agent" \
description="The bpfman-agent manage bpfman ebpf programs on every node." \
io.k8s.description="The bpfman-agent manage bpfman programs on every node. ." \
io.openshift.tags="bpfman-agent" \
version="0.5.1" \
vendor="Red Hat, Inc."

0 comments on commit a37117b

Please sign in to comment.