Skip to content

Commit 09f9f22

Browse files
committed
Guessing the new release will be 0.2.0
Signed-off-by: Laura Lorenz <[email protected]>
1 parent 2dfbcd3 commit 09f9f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/tutorials/cluster-management/install-use-dra.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ dra-example-driver to simulate access to a DRA driver image.
173173
from within one of your cluster's nodes:
174174
175175
```shell
176-
docker pull registry.k8s.io/dra-example-driver/dra-example-driver:v0.1.0-dev134
176+
docker pull registry.k8s.io/dra-example-driver/dra-example-driver:v0.2.0
177177
```
178178
179179
### Deploy the DRA driver components

content/en/examples/dra/driver-install/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
- name: plugin
2525
securityContext:
2626
privileged: true
27-
image: registry.k8s.io/dra-example-driver/dra-example-driver:v.0.1.0-dev134
27+
image: registry.k8s.io/dra-example-driver/dra-example-driver:v.0.2.0
2828
imagePullPolicy: IfNotPresent
2929
command: ["dra-example-kubeletplugin"]
3030
resources:

0 commit comments

Comments
 (0)