Skip to content

Commit

Permalink
Merge pull request #257 from msherif1234/update-name
Browse files Browse the repository at this point in the history
update provider and url in the bundle as well
  • Loading branch information
msherif1234 authored Sep 26, 2024
2 parents 7710271 + dc2c744 commit 6f1b436
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/update_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ sed -i -e "s|quay.io/bpfman/bpfman-operator:v.*|\"${BPFMAN_OPERATOR_IMAGE_PULLSP
-e "s|quay.io/bpfman/bpfman-operator:latest*|\"${BPFMAN_OPERATOR_IMAGE_PULLSPEC}\"|g" \
-e "s|displayName: Bpfman Operator|displayName: eBPF Manager Operator|g" \
-e "s|The bpfman Operator|The eBPF manager Operator|g" \
-e "s|name: The bpfman Community|name: Red Hat|g" \
-e "s|url: https://bpfman.io|url: https://www.redhat.com|g" \
"${CSV_FILE}"

export AMD64_BUILT=$(skopeo inspect --raw docker://${BPFMAN_OPERATOR_IMAGE_PULLSPEC} | jq -e '.manifests[] | select(.platform.architecture=="amd64")')
Expand Down

0 comments on commit 6f1b436

Please sign in to comment.