Skip to content

Commit 39df130

Browse files
committed
Use latest plugin version in deployment examples
Using a specific version of the plugin in deployment examples requires updating it for each release. This poses a risk of users deploying an older version of the plugin than the specific one they checked out. The proposal is to always use `latest` and then in every release, update yaml for the release and upload it to the release page.
1 parent 43b76df commit 39df130

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:latest
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:latest
3939
imagePullPolicy: IfNotPresent
4040
args:
4141
- --log-dir=sriovdp

0 commit comments

Comments
 (0)