From dc2c744c8db70c69df86feb417a83c0b6a96d0c2 Mon Sep 17 00:00:00 2001 From: Mohamed Mahmoud Date: Wed, 25 Sep 2024 21:33:34 -0400 Subject: [PATCH] update provider and url in the bundle as well Signed-off-by: Mohamed Mahmoud --- hack/update_bundle.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/update_bundle.sh b/hack/update_bundle.sh index ac201a78d..b36fb2f15 100755 --- a/hack/update_bundle.sh +++ b/hack/update_bundle.sh @@ -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")')