Skip to content

Commit

Permalink
Update accelerated bridge CNI version to 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Chiris <[email protected]>
  • Loading branch information
adrianchiris committed May 12, 2022
1 parent 4debff2 commit c809f32
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 @@ -23,7 +23,7 @@ spec:
effect: NoSchedule
containers:
- name: kube-accelerated-bridge-cni
image: ghcr.io/k8snetworkplumbingwg/accelerated-bridge-cni:0.2.0
image: ghcr.io/k8snetworkplumbingwg/accelerated-bridge-cni:0.3.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down
2 changes: 1 addition & 1 deletion images/k8s-v1.16/accelerated-bridge-cni-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
effect: NoSchedule
containers:
- name: kube-accelerated-bridge-cni
image: ghcr.io/k8snetworkplumbingwg/accelerated-bridge-cni:0.2.0
image: ghcr.io/k8snetworkplumbingwg/accelerated-bridge-cni:0.3.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down

0 comments on commit c809f32

Please sign in to comment.