Skip to content

Commit 6e9b1a1

Browse files
committed
release: cut 0.2.0
1 parent e11f4bc commit 6e9b1a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The `--device` flag can be provided multiple times to allow the plugin to discov
3232
To install the generic-device-plugin, choose what devices should be discovered and deploy the included DaemonSet:
3333

3434
```shell
35-
kubectl apply -f https://raw.githubusercontent.com/squat/generic-device-plugin/main/manifests/generic-device-plugin.yaml
35+
kubectl apply -f https://raw.githubusercontent.com/squat/generic-device-plugin/refs/tags/0.2.0/manifests/generic-device-plugin.yaml
3636
```
3737

3838
*Note*: the example manifest included in this repository discovers serial devices, the `/dev/video0` device, the `/dev/fuse` device, sound devices, and sound capture devices.

manifests/generic-device-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- operator: "Exists"
2222
effect: "NoSchedule"
2323
containers:
24-
- image: squat/generic-device-plugin
24+
- image: squat/generic-device-plugin:0.2.0
2525
args:
2626
- --device
2727
- |

0 commit comments

Comments
 (0)