Skip to content

Commit

Permalink
Merge pull request #252 from msherif1234/update-name
Browse files Browse the repository at this point in the history
update name and description for downstream
  • Loading branch information
msherif1234 authored Sep 25, 2024
2 parents 6f73631 + d2b69c5 commit edb5e02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/update_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export CSV_FILE=/manifests/bpfman-operator.clusterserviceversion.yaml

sed -i -e "s|quay.io/bpfman/bpfman-operator:v.*|\"${BPFMAN_OPERATOR_IMAGE_PULLSPEC}\"|g" \
-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" \
"${CSV_FILE}"

export AMD64_BUILT=$(skopeo inspect --raw docker://${BPFMAN_OPERATOR_IMAGE_PULLSPEC} | jq -e '.manifests[] | select(.platform.architecture=="amd64")')
Expand Down Expand Up @@ -63,6 +65,7 @@ bpfman_operator_csv['metadata']['annotations']['features.operators.openshift.io/
bpfman_operator_csv['metadata']['annotations']['features.operators.openshift.io/token-auth-gcp'] = 'false'
bpfman_operator_csv['metadata']['annotations']['repository'] = 'https://github.com/bpfman/bpfman-operator'
bpfman_operator_csv['metadata']['annotations']['containerImage'] = os.getenv('BPFMAN_OPERATOR_IMAGE_PULLSPEC', '')
bpfman_operator_csv['spec']['displayName'] = 'eBPF Manager Operator'
dump_manifest(os.getenv('CSV_FILE'), bpfman_operator_csv)
CSV_UPDATE
Expand Down

0 comments on commit edb5e02

Please sign in to comment.