Skip to content

Commit

Permalink
Merge pull request #158 from msherif1234/update-fbc
Browse files Browse the repository at this point in the history
fix typo in the repo name in bundle update script
  • Loading branch information
msherif1234 authored Sep 12, 2024
2 parents ad3e7a7 + 3174549 commit 6d7bfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/update_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ bpfman_operator_csv['metadata']['annotations']['features.operators.openshift.io/
bpfman_operator_csv['metadata']['annotations']['features.operators.openshift.io/token-auth-aws'] = 'false'
bpfman_operator_csv['metadata']['annotations']['features.operators.openshift.io/token-auth-azure'] = 'false'
bpfman_operator_csv['metadata']['annotations']['features.operators.openshift.io/token-auth-gcp'] = 'false'
bpfman_operator_csv['metadata']['annotations']['repository'] = 'https://github.com/stolostron/bpfman_operator-operator'
bpfman_operator_csv['metadata']['annotations']['repository'] = 'https://github.com/bpfman/bpfman-operator'
bpfman_operator_csv['metadata']['annotations']['containerImage'] = os.getenv('BPFMAN_OPERATOR_IMAGE_PULLSPEC', '')
dump_manifest(os.getenv('CSV_FILE'), bpfman_operator_csv)
Expand Down

0 comments on commit 6d7bfdd

Please sign in to comment.