Skip to content

Commit

Permalink
fix typo in the repo name in bundle update script
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 committed Sep 12, 2024
1 parent ad3e7a7 commit 3174549
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 3174549

Please sign in to comment.