Skip to content

Commit

Permalink
Merge pull request #419 from almaslennikov/deployment-version
Browse files Browse the repository at this point in the history
Bump plugin version to v3.4.0 in deployment examples
  • Loading branch information
adrianchiris authored Apr 11, 2022
2 parents 08a40ba + 8660ce9 commit 2ef2867
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: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.3.2
image: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.4.0
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: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.3.2
image: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.4.0
imagePullPolicy: IfNotPresent
args:
- --log-dir=sriovdp
Expand Down

0 comments on commit 2ef2867

Please sign in to comment.