suse-edge / charts

SUSE Edge engineering Helm charts
https://suse-edge.github.io/charts/
Apache License 2.0
5 stars 18 forks source link

Update images and chart of SRIOV #108

Closed manuelbuil closed 5 months ago

manuelbuil commented 5 months ago

This PR does a sweeping version bump in all the SRIOV related projects:

We would be using more up to date code and images, which provides important benefits such as reducing CVEs to 0

We are creating new charts/assets with version v1.2.0

manuelbuil commented 5 months ago

We are going to do an extra update to remove all CVEs of the opreator

manuelbuil commented 5 months ago

PR ready again. Number of CVEs 0! We tested in our lab and it works

manuelbuil commented 5 months ago

@alknopfler could you give it a try at your end just to be sure it works with your usecase?

alknopfler commented 5 months ago

Tested with Kris and now it's easy to pass new nics: helm install sriov-network-operator . --set supportedExtraNICs[0]="MyNIC: 8086 1521 1520" --set supportedExtraNICs[1]="MyNIC2: 8086 1521 1520"

also it's possible with the helm-values file thanks @Kristian-ZH for your test and @manuelbuil for the PR