Skip to content

Commit

Permalink
SR-IOV providers: Bump SR-IOV CNI to v2.7.0
Browse files Browse the repository at this point in the history
Following the flakes we have all over SR-IOV lanes due to [1] and [2],
bump sriov-cni to v2.7.0 in order to consume the fix [3].

[1] kubevirt/kubevirt#6776
[2] k8snetworkplumbingwg/sriov-cni#219
[3] k8snetworkplumbingwg/sriov-cni#220

Signed-off-by: Or Mergi <ormergi@redhat.com>
  • Loading branch information
ormergi committed Nov 29, 2022
1 parent 4eb880c commit 2d911ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
effect: NoSchedule
containers:
- name: kube-sriov-cni
image: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.6.2
image: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.7.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
effect: NoSchedule
containers:
- name: kube-sriov-cni
image: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.6.2
image: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.7.0
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 2d911ed

Please sign in to comment.