Skip to content

Commit

Permalink
bug: bump network-resources-injector version (v1.7.0) to support mult…
Browse files Browse the repository at this point in the history
…i-arch

Signed-off-by: Ido Heyvi <iheyvi@nvidia.com>
  • Loading branch information
heyvister1 committed Jan 9, 2025
1 parent 408240e commit 20b51c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/network-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ sriov-network-operator:
ovsCni: ghcr.io/k8snetworkplumbingwg/ovs-cni-plugin:v0.37.0
# rdmaCni: ghcr.io/k8snetworkplumbingwg/rdma-cni:v1.2.0
sriovDevicePlugin: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.8.0
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
webhook: nvcr.io/nvstaging/mellanox/sriov-network-operator-webhook:network-operator-25.1.0-beta.2
# imagePullSecrest for SR-IOV Network Operator related images
# imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion hack/templates/values/values.template
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ sriov-network-operator:
ovsCni: {{ .OVSCni.Repository }}/{{ .OVSCni.Image }}:{{ .OVSCni.Version }}
# rdmaCni: {{ .RDMACni.Repository }}/{{ .RDMACni.Image }}:{{ .RDMACni.Version }}
sriovDevicePlugin: {{ .SriovDevicePlugin.Repository }}/{{ .SriovDevicePlugin.Image }}:{{ .SriovDevicePlugin.Version }}
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:8810e6a127366cc1eb829d3f7cb3f866d096946e
resourcesInjector: ghcr.io/k8snetworkplumbingwg/network-resources-injector:v1.7.0
webhook: {{ .SriovNetworkOperatorWebhook.Repository }}/{{ .SriovNetworkOperatorWebhook.Image }}:{{ .SriovNetworkOperatorWebhook.Version }}
# imagePullSecrest for SR-IOV Network Operator related images
# imagePullSecrets: []
Expand Down

0 comments on commit 20b51c8

Please sign in to comment.