Skip to content

Commit ae7d912

Browse files
bandradetimflannagan
authored andcommitted
fix: add dashes to semver range example
Without that, it's causing a YAML/JSON conversion issue Upstream-repository: operator-registry Upstream-commit: 17ed6ab0365f7b9aba337c821b07ab6d87435e81
1 parent 0c50490 commit ae7d912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/operator-registry/docs/design/operator-bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ dependencies:
7878
- type: olm.package
7979
value:
8080
packageName: prometheus
81-
version: >0.27.0
81+
version: ">0.27.0"
8282
- type: olm.gvk
8383
value:
8484
group: etcd.database.coreos.com

0 commit comments

Comments
 (0)