File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
deployment/network-operator Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ sriov-network-operator:
118118 sriovCni : ghcr.io/k8snetworkplumbingwg/sriov-cni:3e6368077716f6b8368b0e036a1290d1c64cf1fb
119119 ibSriovCni : ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:fc002af57a81855542759d0f77d16dacd7e1aa38
120120 ovsCni : ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:6f8174b1a47c47657fe9e59fe448f2a452bb6960
121- # rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:latest
121+ rdmaCni : ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.1.0
122122 sriovDevicePlugin : ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:e6ead1e8f76a407783430ee2666b403db2d76f64
123123 resourcesInjector : ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e
124124 webhook : nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.4.0-rc.3
Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ ovsCni:
7676rdmaCni :
7777 image : rdma-cni
7878 repository : ghcr.io/k8snetworkplumbingwg
79- version : latest
79+ version : v1.1.0
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ sriov-network-operator:
118118 sriovCni: {{ .SriovCni.Repository }}/{{ .SriovCni.Image }}:{{ .SriovCni.Version }}
119119 ibSriovCni: {{ .SriovIbCni.Repository }}/{{ .SriovIbCni.Image }}:{{ .SriovIbCni.Version }}
120120 ovsCni: {{ .OVSCni.Repository }}/{{ .OVSCni.Image }}:{{ .OVSCni.Version }}
121- # rdmaCni: {{ .RDMACni.Repository }}/{{ .RDMACni.Image }}:{{ .RDMACni.Version }}
121+ rdmaCni: {{ .RDMACni.Repository }}/{{ .RDMACni.Image }}:{{ .RDMACni.Version }}
122122 sriovDevicePlugin: {{ .SriovDevicePlugin.Repository }}/{{ .SriovDevicePlugin.Image }}:{{ .SriovDevicePlugin.Version }}
123123 resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e
124124 webhook: {{ .SriovNetworkOperatorWebhook.Repository }}/{{ .SriovNetworkOperatorWebhook.Image }}:{{ .SriovNetworkOperatorWebhook.Version }}
You can’t perform that action at this time.
0 commit comments