Skip to content

Commit

Permalink
Merge pull request #199 from adrianchiris/update-image-in-ds
Browse files Browse the repository at this point in the history
Update example daemonset images
  • Loading branch information
zshi-redhat authored Nov 24, 2021
2 parents 4465f17 + 067e887 commit faf2d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/k8s-v1.10-v1.15/sriov-cni-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
effect: NoSchedule
containers:
- name: kube-sriov-cni
image: ghcr.io/k8snetworkplumbingwg/sriov-cni:v2.6.1
image: ghcr.io/k8snetworkplumbingwg/sriov-cni
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion images/k8s-v1.16/sriov-cni-daemonset.yaml
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.1
image: ghcr.io/k8snetworkplumbingwg/sriov-cni
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit faf2d00

Please sign in to comment.