We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32498f1 commit 3699fa8Copy full SHA for 3699fa8
docs/howto/how-to-version-range-upgrades.md
@@ -5,7 +5,7 @@ Set the version for the desired package in the Catalog source to a comparison st
5
Example:
6
7
```yaml
8
-apiVersion: olm.operatorframework.io/v1
+apiVersion: olm.operatorframework.io/v1alpha1
9
kind: ClusterExtension
10
metadata:
11
name: argocd
@@ -21,4 +21,4 @@ spec:
21
name: argocd-installer
22
```
23
24
-For more information on SemVer version ranges see [version-rages](../concepts/version-ranges.md)
+For more information on SemVer version ranges see [version-ranges](../concepts/version-ranges.md)
0 commit comments