From 3174549e074f6a43edaf1b49932ee1fc84aa0cc3 Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud Date: Thu, 12 Sep 2024 06:04:53 -0400 Subject: [PATCH] fix typo in the repo name in bundle update script Signed-off-by: Mohamed Mahmoud --- hack/update_bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/update_bundle.sh b/hack/update_bundle.sh index 8f2c8d14f..22486a56b 100755 --- a/hack/update_bundle.sh +++ b/hack/update_bundle.sh @@ -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)