Skip to content

Commit 6995bc4

Browse files
authored
📖 Update extension upgrade tutorial doc (#1469)
* Update extension upgrade tutorial doc With the addition of the CRD Upgrade Safety preflight check, our existing example of upgrading argocd from 0.5.0 to 0.6.0 no longer serves as a good example. This commit changes the example to use an update from 0.2.0 to 0.2.1 which no longer fails the CRD Upgrade check, and also doesn't violate our restriction on automatic upgrades between minor versions with a major version of zero. Signed-off-by: Tayler Geiger <tayler@redhat.com> * 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 <tayler@redhat.com> --------- Signed-off-by: Tayler Geiger <tayler@redhat.com>
1 parent e5820ae commit 6995bc4

File tree

2 files changed

+328
-115
lines changed

2 files changed

+328
-115
lines changed

docs/getting-started/olmv1_getting_started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ kubectl apply -f https://raw.githubusercontent.com/operator-framework/operator-c
7373
To upgrade the installed extension, update the version field in the ClusterExtension resource. Note that
7474
there must be CRD compatibility between the versions being upgraded, and the target version must be
7575
compatible with OLM v1. More information on CRD upgrade safety can be found [here](../concepts/crd-upgrade-safety.md),
76-
compatible with OLM v1. More information on CRD upgrade safety can be found [here](../concepts/crd-upgrade-safety.md),
77-
and on the extension upgrade process [here](../tutorials/upgrade-extension.md).
76+
and more information on the extension upgrade process can be found [here](../tutorials/upgrade-extension.md).
7877

7978
```bash
8079
# Update to v0.11.0

0 commit comments

Comments
 (0)