Skip to content

Commit

Permalink
Add more images
Browse files Browse the repository at this point in the history
  • Loading branch information
mandre committed Oct 3, 2024
1 parent b80c2ed commit 3e3c1a2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ if [ -n "${is_dev_version:-}" ]; then
export SRIOV_NETWORK_WEBHOOK_IMAGE=quay.io/openshift/origin-sriov-network-webhook:${oc_version}
export SRIOV_NETWORK_OPERATOR_IMAGE=quay.io/openshift/origin-sriov-network-operator:${oc_version}
export METRICS_EXPORTER_IMAGE=quay.io/openshift/origin-sriov-network-metrics-exporter:${oc_version}
export METRICS_EXPORTER_KUBE_RBAC_PROXY_IMAGE=quay.io/openshift/origin-kube-rbac-proxy:${oc_version}
export RDMA_CNI_IMAGE=quay.io/openshift/origin-rdma-cni:${oc_version}
export OVS_CNI_IMAGE=""
# export RDMA_CNI_IMAGE=""
unset NAMESPACE
# CLUSTER_TYPE is used by both openshift/release and the operator, so we need to unset it
# to let the operator figure out which cluster type it is.
Expand Down

0 comments on commit 3e3c1a2

Please sign in to comment.