diff --git a/hack/update_bundle.sh b/hack/update_bundle.sh index f345f21c6..717f9732c 100755 --- a/hack/update_bundle.sh +++ b/hack/update_bundle.sh @@ -3,7 +3,7 @@ set -eu #!/usr/bin/env bash -export BPFMAN_OPERATOR_IMAGE_PULLSPEC="quay.io/redhat-user-workloads/ocp-bpfman-tenant/bpfman-operator/bpfman-operator@sha256:97049d8e03742d22f6be21ceacce89e881a1480065ecc4b7113bd8767373c4de" +export BPFMAN_OPERATOR_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-rhel9-operator@sha256:97049d8e03742d22f6be21ceacce89e881a1480065ecc4b7113bd8767373c4de" export CSV_FILE=/manifests/bpfman-operator.clusterserviceversion.yaml diff --git a/hack/update_configmap.sh b/hack/update_configmap.sh index aac825fc0..54b341f05 100755 --- a/hack/update_configmap.sh +++ b/hack/update_configmap.sh @@ -3,9 +3,9 @@ set -eu #!/usr/bin/env bash -export BPFMAN_AGENT_IMAGE_PULLSPEC="quay.io/redhat-user-workloads/ocp-bpfman-tenant/bpfman-operator/bpfman-agent@sha256:5b5136f2b3052ad9668da30fc3e86468cb78071a23d767d35a6f02e6ae99e599" +export BPFMAN_AGENT_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman-agent@sha256:5b5136f2b3052ad9668da30fc3e86468cb78071a23d767d35a6f02e6ae99e599" -export BPFMAN_IMAGE_PULLSPEC="quay.io/redhat-user-workloads/ocp-bpfman-tenant/bpfman/bpfman@sha256:c534b52a2babd944fdae044626438a630ebfe3aafa99b97fe8d5823407243aa3" +export BPFMAN_IMAGE_PULLSPEC="registry.redhat.io/bpfman/bpfman@sha256:c534b52a2babd944fdae044626438a630ebfe3aafa99b97fe8d5823407243aa3" export CONFIG_MAP=/manifests/bpfman-config_v1_configmap.yaml