File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
deployment/network-operator Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,10 @@ sriov-network-operator:
144144 sriovConfigDaemon : nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-24.4.0-beta.2
145145 sriovCni : ghcr.io/k8snetworkplumbingwg/sriov-cni:3e6368077716f6b8368b0e036a1290d1c64cf1fb
146146 ibSriovCni : ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:fc002af57a81855542759d0f77d16dacd7e1aa38
147- ovsCni : nvcr.io/nvstaging/mellanox/ovs-cni-plugin:61fd27c
147+ ovsCni : " " # skip deployment by default
148+ # ovsCni: nvcr.io/nvstaging/mellanox/ovs-cni-plugin:61fd27c
148149 sriovDevicePlugin : ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.6.2
149- resourcesInjector : ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.4
150+ resourcesInjector : ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e
150151 webhook : nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-24.4.0-beta.2
151152 # imagePullSecrest for SR-IOV Network Operator related images
152153 # imagePullSecrets: []
Original file line number Diff line number Diff line change @@ -144,9 +144,10 @@ sriov-network-operator:
144144 sriovConfigDaemon: {{ .SriovConfigDaemon.Repository }}/{{ .SriovConfigDaemon.Image }}:{{ .SriovConfigDaemon.Version }}
145145 sriovCni: {{ .SriovCni.Repository }}/{{ .SriovCni.Image }}:{{ .SriovCni.Version }}
146146 ibSriovCni: {{ .SriovIbCni.Repository }}/{{ .SriovIbCni.Image }}:{{ .SriovIbCni.Version }}
147- ovsCni: {{ .OVSCni.Repository }}/{{ .OVSCni.Image }}:{{ .OVSCni.Version }}
147+ ovsCni: "" # skip deployment by default
148+ # ovsCni: {{ .OVSCni.Repository }}/{{ .OVSCni.Image }}:{{ .OVSCni.Version }}
148149 sriovDevicePlugin: {{ .SriovDevicePlugin.Repository }}/{{ .SriovDevicePlugin.Image }}:{{ .SriovDevicePlugin.Version }}
149- resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.4
150+ resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e
150151 webhook: {{ .SriovNetworkOperatorWebhook.Repository }}/{{ .SriovNetworkOperatorWebhook.Image }}:{{ .SriovNetworkOperatorWebhook.Version }}
151152 # imagePullSecrest for SR-IOV Network Operator related images
152153 # imagePullSecrets: []
You can’t perform that action at this time.
0 commit comments