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

Fix release chart update #714

Merged

Commits on Jun 16, 2024

  1. set correct ovs-cni image

    container image is named ovs-cni-plugin and not ovs-cni
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    12ffb70 View commit details
    Browse the repository at this point in the history
  2. update chart helpers

    update default values of the following vars:
    - sriov-network-operator.name
    - sriov-network-operator.fullname
    
    use value "sriov-network-operator" instead of chart name
    which is now "sriov-network-operator-chart" to avoid wierd
    naming of the operator deployment e.g:
    
    sriov-network-operator-sriov-network-operator-chart
    
    this change will keep the same naming convention as it was
    before changing the chart name from sriov-network-operator
    to sriov-network-operator-chart
    
    Signed-off-by: adrianc <adrianc@nvidia.com>
    adrianchiris committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    df0bc25 View commit details
    Browse the repository at this point in the history