Skip to content

Commit 9e49f8a

Browse files
committed
Add example manifest for ArgoCD v0.2.0
For our examples to work, we need to use a very specific version of our example operator. The upgrade from 0.2.0 to 0.2.1 functions properly for our purposes, but we don't want to affect the sample operator in config/samples so we are adding the example manifest for 0.2.0 directly to this tutorial. Signed-off-by: Tayler Geiger <[email protected]>
1 parent f70dafd commit 9e49f8a

File tree

2 files changed

+322
-96
lines changed

2 files changed

+322
-96
lines changed

docs/getting-started/olmv1_getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ and more information on the extension upgrade process can be found [here](../tut
7777

7878
```bash
7979
# Update to v0.11.0
80-
kubectl patch clusterextension argocd --type='merge' -p '{"spec": {"source": {"catalog": {"version": "0.2.1"}}}}'
80+
kubectl patch clusterextension argocd --type='merge' -p '{"spec": {"source": {"catalog": {"version": "0.11.0"}}}}'
8181
```
8282

8383
For information on the downgrade process, see [here](../tutorials/downgrade-extension.md).

0 commit comments

Comments
 (0)