File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
deployment/network-operator Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : network-operator
3- version : 24.7.0-rc.2
3+ version : 24.7.0
44kubeVersion : ' >= 1.21.0'
5- appVersion : v24.7.0-rc.2
5+ appVersion : v24.7.0
66description : Nvidia network operator
77type : application
88keywords :
Original file line number Diff line number Diff line change @@ -141,15 +141,15 @@ sriov-network-operator:
141141
142142 # Image URIs for sriov-network-operator components.
143143 images :
144- operator : nvcr.io/nvstaging/mellanox /sriov-network-operator:network-operator-24.7.0-rc.2
145- sriovConfigDaemon : nvcr.io/nvstaging/mellanox /sriov-network-operator-config-daemon:network-operator-24.7.0-rc.2
144+ operator : nvcr.io/nvidia/cloud-native /sriov-network-operator:network-operator-24.7.0
145+ sriovConfigDaemon : nvcr.io/nvidia/cloud-native /sriov-network-operator-config-daemon:network-operator-24.7.0
146146 sriovCni : ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.8.1
147147 ibSriovCni : ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.1.1
148148 ovsCni : ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:v0.34.0
149149 # rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.2.0
150150 sriovDevicePlugin : ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.7.0
151151 resourcesInjector : ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e
152- webhook : nvcr.io/nvstaging/mellanox /sriov-network-operator-webhook:network-operator-24.7.0-rc.2
152+ webhook : nvcr.io/nvidia/cloud-native /sriov-network-operator-webhook:network-operator-24.7.0
153153 # imagePullSecrest for SR-IOV Network Operator related images
154154 # imagePullSecrets: []
155155 sriovOperatorConfig :
Original file line number Diff line number Diff line change 11NetworkOperator :
22 image : network-operator
3- repository : nvcr.io/nvstaging/mellanox
4- version : v24.7.0-rc.2
3+ repository : nvcr.io/nvidia/cloud-native
4+ version : v24.7.0
55NetworkOperatorInitContainer :
66 image : network-operator-init-container
77 repository : ghcr.io/mellanox
88 version : v0.0.2
99SriovNetworkOperator :
1010 image : sriov-network-operator
11- repository : nvcr.io/nvstaging/mellanox
12- version : network-operator-24.7.0-rc.2
11+ repository : nvcr.io/nvidia/cloud-native
12+ version : network-operator-24.7.0
1313SriovNetworkOperatorWebhook :
1414 image : sriov-network-operator-webhook
15- repository : nvcr.io/nvstaging/mellanox
16- version : network-operator-24.7.0-rc.2
15+ repository : nvcr.io/nvidia/cloud-native
16+ version : network-operator-24.7.0
1717SriovConfigDaemon :
1818 image : sriov-network-operator-config-daemon
19- repository : nvcr.io/nvstaging/mellanox
20- version : network-operator-24.7.0-rc.2
19+ repository : nvcr.io/nvidia/cloud-native
20+ version : network-operator-24.7.0
2121SriovCni :
2222 image : sriov-cni
2323 repository : ghcr.io/k8snetworkplumbingwg
You can’t perform that action at this time.
0 commit comments