Skip to content

Commit 2ef2867

Browse files
authored
Merge pull request #419 from almaslennikov/deployment-version
Bump plugin version to v3.4.0 in deployment examples
2 parents 08a40ba + 8660ce9 commit 2ef2867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/k8s-v1.10-v1.15/sriovdp-daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: sriov-device-plugin
3232
containers:
3333
- name: kube-sriovdp
34-
image: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.3.2
34+
image: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.4.0
3535
imagePullPolicy: IfNotPresent
3636
args:
3737
- --log-dir=sriovdp

deployments/k8s-v1.16/sriovdp-daemonset.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
serviceAccountName: sriov-device-plugin
3636
containers:
3737
- name: kube-sriovdp
38-
image: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.3.2
38+
image: ghcr.io/k8snetworkplumbingwg/sriov-network-device-plugin:v3.4.0
3939
imagePullPolicy: IfNotPresent
4040
args:
4141
- --log-dir=sriovdp

0 commit comments

Comments
 (0)