Skip to content

Commit

Permalink
Merge pull request #46 from adrianchiris/update-deployment-yaml
Browse files Browse the repository at this point in the history
Update accelerated bridge CNI version to 0.3.0
  • Loading branch information
adrianchiris authored May 12, 2022
2 parents 63295b2 + c809f32 commit 47867d5
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 47867d5

Please sign in to comment.