1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00

docs: remove fixed release tag in developer guide

Let the documentation follow the latest release name. Even if it's just
referential here it would look odd in the future if we refer to some
ancient version.
This commit is contained in:
Markus Lehtonen 2022-03-29 09:47:42 +03:00
parent eedb00906b
commit 9424eb7042

View file

@ -66,8 +66,9 @@ make push-all
```
The resulting container image can be used in the same way on each arch by pulling
e.g. `node-feature-discovery:v0.10.0` without specifying the architecture. The
manifest-list will take care of providing the right architecture image.
e.g. `node-feature-discovery:{{ site.release }}` without specifying the
architecture. The manifest-list will take care of providing the right
architecture image.
#### Change the job spec to use your custom image (optional)