Skip to content

Commit

Permalink
Merge pull request #185 from msherif1234/update-registry
Browse files Browse the repository at this point in the history
Update registry
  • Loading branch information
msherif1234 authored Sep 17, 2024
2 parents a71a6b6 + 7de75fd commit 676f953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/update_bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions hack/update_configmap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 676f953

Please sign in to comment.