Skip to content

Commit e594607

Browse files
committed
fix: enable downstream rdma-cni in helm values
Signed-off-by: Fred Rolland <[email protected]>
1 parent 4f1b111 commit e594607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployment/network-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ sriov-network-operator:
162162
sriovCni: nvcr.io/nvstaging/mellanox/sriov-cni:network-operator-v25.10.0
163163
ibSriovCni: nvcr.io/nvstaging/mellanox/ib-sriov-cni:network-operator-v25.10.0
164164
ovsCni: nvcr.io/nvstaging/mellanox/ovs-cni-plugin:network-operator-v25.10.0
165-
# rdmaCni: nvcr.io/nvstaging/mellanox/rdma-cni:network-operator-v25.10.0
165+
rdmaCni: nvcr.io/nvstaging/mellanox/rdma-cni:network-operator-v25.10.0
166166
sriovDevicePlugin: nvcr.io/nvstaging/mellanox/sriov-network-device-plugin:network-operator-v25.10.0
167167
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
168168
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-v25.10.0

hack/templates/values/values.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ sriov-network-operator:
162162
sriovCni: {{ .SriovCni.Repository }}/{{ .SriovCni.Image }}:{{ .SriovCni.Version }}
163163
ibSriovCni: {{ .SriovIbCni.Repository }}/{{ .SriovIbCni.Image }}:{{ .SriovIbCni.Version }}
164164
ovsCni: {{ .OVSCni.Repository }}/{{ .OVSCni.Image }}:{{ .OVSCni.Version }}
165-
# rdmaCni: {{ .RDMACni.Repository }}/{{ .RDMACni.Image }}:{{ .RDMACni.Version }}
165+
rdmaCni: {{ .RDMACni.Repository }}/{{ .RDMACni.Image }}:{{ .RDMACni.Version }}
166166
sriovDevicePlugin: {{ .SriovDevicePlugin.Repository }}/{{ .SriovDevicePlugin.Image }}:{{ .SriovDevicePlugin.Version }}
167167
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
168168
webhook: {{ .SriovNetworkOperatorWebhook.Repository }}/{{ .SriovNetworkOperatorWebhook.Image }}:{{ .SriovNetworkOperatorWebhook.Version }}

0 commit comments

Comments
 (0)