Skip to content

Commit

Permalink
OpenStack: export new SR-IOV related images
Browse files Browse the repository at this point in the history
Export new images needed in 4.18
  • Loading branch information
mandre committed Oct 3, 2024
1 parent 205cd03 commit 552e822
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ if [ -n "${is_dev_version:-}" ]; then
export SRIOV_NETWORK_CONFIG_DAEMON_IMAGE=quay.io/openshift/origin-sriov-network-config-daemon:${oc_version}
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=""
unset NAMESPACE
# CLUSTER_TYPE is used by both openshift/release and the operator, so we need to unset it
Expand Down

0 comments on commit 552e822

Please sign in to comment.