File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
deployment/network-operator
charts/sriov-network-operator/templates Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1010 matchLabels :
1111 name : sriov-network-operator
1212 strategy :
13- type : RollingUpdate
14- rollingUpdate :
15- maxUnavailable : 33%
13+ type : Recreate
1614 template :
1715 metadata :
1816 annotations :
Original file line number Diff line number Diff line change @@ -155,15 +155,15 @@ sriov-network-operator:
155155
156156 # Image URIs for sriov-network-operator components.
157157 images :
158- operator : nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-25.1 .0-beta.3
159- sriovConfigDaemon : nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-25.1 .0-beta.3
158+ operator : nvcr.io/nvstaging/mellanox/sriov-network-operator:network-operator-25.4 .0-beta.1
159+ sriovConfigDaemon : nvcr.io/nvstaging/mellanox/sriov-network-operator-config-daemon:network-operator-25.4 .0-beta.1
160160 sriovCni : ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.8.1
161161 ibSriovCni : ghcr.io/k8snetworkplumbingwg/ib-sriov-cni:v1.1.1
162162 ovsCni : ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:v0.37.0
163163 # rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.2.0
164164 sriovDevicePlugin : ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.9.0
165165 resourcesInjector : ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
166- webhook : nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.1 .0-beta.3
166+ webhook : nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.4 .0-beta.1
167167 # imagePullSecrest for SR-IOV Network Operator related images
168168 # imagePullSecrets: []
169169 sriovOperatorConfig :
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ NetworkOperatorInitContainer:
99SriovNetworkOperator :
1010 image : sriov-network-operator
1111 repository : nvcr.io/nvstaging/mellanox
12- version : network-operator-25.1 .0-beta.3
12+ version : network-operator-25.4 .0-beta.1
1313SriovNetworkOperatorWebhook :
1414 image : sriov-network-operator-webhook
1515 repository : nvcr.io/nvstaging/mellanox
16- version : network-operator-25.1 .0-beta.3
16+ version : network-operator-25.4 .0-beta.1
1717SriovConfigDaemon :
1818 image : sriov-network-operator-config-daemon
1919 repository : nvcr.io/nvstaging/mellanox
20- version : network-operator-25.1 .0-beta.3
20+ version : network-operator-25.4 .0-beta.1
2121SriovCni :
2222 image : sriov-cni
2323 repository : ghcr.io/k8snetworkplumbingwg
You can’t perform that action at this time.
0 commit comments