File tree Expand file tree Collapse file tree 4 files changed +7
-13
lines changed
deployment/network-operator Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : network-operator
3- version : 0.3 .0
3+ version : 0.4 .0
44kubeVersion : ' >= 1.17.0'
5- appVersion : v0.3 .0
5+ appVersion : v0.4 .0
66description : Nvidia Mellanox network operator
77type : application
88keywords :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ optionally deploy Node Feature Discovery in the cluster. This is enabled via `nf
3131### SR-IOV Network Operator
3232Nvidia Network Operator can operate in unison with SR-IOV Network Operator
3333to enable SR-IOV workloads in a Kubernetes cluster. We provide a helm chart to be used to optionally
34- deploy [ SR-IOV Network Operator] ( https://github.com/openshift /sriov-network-operator ) in the cluster.
34+ deploy [ SR-IOV Network Operator] ( https://github.com/k8snetworkplumbingwg /sriov-network-operator ) in the cluster.
3535This is enabled via ` sriovNetworkOperator.enabled ` chart parameter.
3636
3737For more information on how to configure SR-IOV in your Kubernetes cluster using SR-IOV Network Operator
@@ -222,9 +222,9 @@ the file: `values.yaml`
222222| ` secondaryNetwork.deploy ` | bool | ` true ` | Deploy Secondary Network |
223223
224224Specifies components to deploy in order to facilitate a secondary network in Kubernetes. It consists of the following optionally deployed components:
225- - [ Multus-CNI] ( https://github.com/intel /multus-cni ) : Delegate CNI plugin to support secondary networks in Kubernetes
225+ - [ Multus-CNI] ( https://github.com/k8snetworkplumbingwg /multus-cni ) : Delegate CNI plugin to support secondary networks in Kubernetes
226226 - CNI plugins: Currently only [ containernetworking-plugins] ( https://github.com/containernetworking/plugins ) is supported
227- - IPAM CNI: Currently only [ Whereabout IPAM CNI] ( https://github.com/dougbtv /whereabouts ) is supported
227+ - IPAM CNI: Currently only [ Whereabout IPAM CNI] ( https://github.com/k8snetworkplumbingwg /whereabouts ) is supported
228228
229229##### CNI Plugin Secondary Network
230230
Original file line number Diff line number Diff line change 9696 exit 1
9797fi
9898
99- # # Patch deployment files
100- sed -e s" /image:.*/image: mellanox\/network-operator:$release /" \
101- -i deploy/operator.yaml
102-
10399# Patch Helm chart
104100chart=` echo $release | cut -c 2-`
105101sed -e s" /appVersion:.*/appVersion: $release /" \
@@ -113,9 +109,8 @@ git add .
113109git commit -S -m " Release $release "
114110
115111if [ -n " $push_remote " ]; then
116- echo " Pushing gh-pages to $push_remote "
117- git push " $push_remote " gh-pages
118-
112+ echo " Pushing to $push_remote "
113+ git push " $push_remote "
119114fi
120115
121116#
Original file line number Diff line number Diff line change @@ -50,7 +50,6 @@ if [ $# -ne 1 ]; then
5050 exit 1
5151fi
5252
53- exit 2
5453chart=" $1 "
5554release=${chart::- 4}
5655
You can’t perform that action at this time.
0 commit comments