k8snetworkplumbingwg / sriov-network-operator

Operator for provisioning and configuring SR-IOV CNI plugin and device plugin
Apache License 2.0
84 stars 114 forks source link

OCI Helm chart references broken sriov-cni #761

Closed ianb-mp closed 2 months ago

ianb-mp commented 2 months ago

The OCI Helm chart for v1.3.0 is currently referencing sriov-cni v2.8.0 which is broken for recent Linux kernels.

It would be good to rebuild the OCI Helm chart so that it references sriov-cni v2.8.1 which has the fix

In the meantime, users of the OCI Helm chart can override the sriov-cni image like this:

$ helm install -n sriov-network-operator --create-namespace \
  --version 1.3.0 \
  --set sriovOperatorConfig.deploy=true sriov-network-operator \
  --set images.sriovCni=ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.8.1 \
  oci://ghcr.io/k8snetworkplumbingwg/sriov-network-operator-chart
SchSeba commented 2 months ago

Hi @ianb-mp, Thanks for the issue we are going to make another release of the sriov-network-operator we are just waiting for one more PR to get in the operator

adrianchiris commented 2 months ago

v1.4.0 has been released.