quickstart: Use v0.3.0 as example, instead of v0.2.0

As we're about to release v0.3.0, let's update the quickstart guide so
it's easier for folks to try it out using the correct latest release.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-01-17 10:04:32 +01:00 committed by Fabiano Fidêncio
parent 41d23524f7
commit a7f1716eae

View File

@ -61,9 +61,9 @@ with the desired [release tag](https://github.com/confidential-containers/operat
kubectl apply -k github.com/confidential-containers/operator/config/release?ref=<RELEASE_VERSION>
```
For example, to deploy the `v0.2.0` release run:
For example, to deploy the `v0.3.0` release run:
```
kubectl apply -k github.com/confidential-containers/operator/config/release?ref=v0.2.0
kubectl apply -k github.com/confidential-containers/operator/config/release?ref=v0.3.0
```
Wait until each pod has the STATUS of Running.