Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCI Helm chart references broken sriov-cni #761

Closed
ianb-mp opened this issue Aug 27, 2024 · 2 comments
Closed

OCI Helm chart references broken sriov-cni #761

ianb-mp opened this issue Aug 27, 2024 · 2 comments

Comments

@ianb-mp
Copy link
Contributor

ianb-mp commented Aug 27, 2024

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
Copy link
Collaborator

SchSeba commented Aug 27, 2024

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
Copy link
Collaborator

v1.4.0 has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants