Skip to content

Commit

Permalink
Merge pull request #308 from martinkennelly/update_image_ref
Browse files Browse the repository at this point in the history
Increment docker image version to v3.3
  • Loading branch information
zshi-redhat authored Dec 22, 2020
2 parents 8bf424d + 457c603 commit 726308c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/k8s-v1.10-v1.15/sriovdp-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
serviceAccountName: sriov-device-plugin
containers:
- name: kube-sriovdp
image: nfvpe/sriov-device-plugin:v3.2
image: nfvpe/sriov-device-plugin:v3.3
imagePullPolicy: IfNotPresent
args:
- --log-dir=sriovdp
Expand Down
2 changes: 1 addition & 1 deletion deployments/k8s-v1.16/sriovdp-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
serviceAccountName: sriov-device-plugin
containers:
- name: kube-sriovdp
image: nfvpe/sriov-device-plugin:v3.2
image: nfvpe/sriov-device-plugin:v3.3
imagePullPolicy: IfNotPresent
args:
- --log-dir=sriovdp
Expand Down

0 comments on commit 726308c

Please sign in to comment.