Skip to content

Commit

Permalink
Add example manifest for ArgoCD v0.2.0
Browse files Browse the repository at this point in the history
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 <tayler@redhat.com>
  • Loading branch information
trgeiger committed Nov 19, 2024
1 parent f70dafd commit 4ad1715
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 92 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/olmv1_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ and more information on the extension upgrade process can be found [here](../tut

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

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

0 comments on commit 4ad1715

Please sign in to comment.