Skip to content

Commit 3699fa8

Browse files
committed
fix a v1 promotion doc mistake
Signed-off-by: Jordan Keister <[email protected]>
1 parent 32498f1 commit 3699fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/howto/how-to-version-range-upgrades.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Set the version for the desired package in the Catalog source to a comparison st
55
Example:
66

77
```yaml
8-
apiVersion: olm.operatorframework.io/v1
8+
apiVersion: olm.operatorframework.io/v1alpha1
99
kind: ClusterExtension
1010
metadata:
1111
name: argocd
@@ -21,4 +21,4 @@ spec:
2121
name: argocd-installer
2222
```
2323
24-
For more information on SemVer version ranges see [version-rages](../concepts/version-ranges.md)
24+
For more information on SemVer version ranges see [version-ranges](../concepts/version-ranges.md)

0 commit comments

Comments
 (0)