Skip to content

Commit

Permalink
task/opm-render-bundles: add v to entry name
Browse files Browse the repository at this point in the history
the entry should have a v in the name according to the skiprange docs

https://olm.operatorframework.io/docs/concepts/olm-architecture/operator-catalog/creating-an-update-graph/#skiprange

Signed-off-by: Brady Pratt <[email protected]>
  • Loading branch information
jbpratt committed Dec 10, 2024
1 parent 9fcc532 commit 2ff101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/opm-render-bundles/0.1/opm-render-bundles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
package: "${OPERATOR_NAME}"
name: "${DEFAULT_CHANNEL}"
entries:
- name: ${OPERATOR_NAME}.${OPERATOR_VERSION}
- name: ${OPERATOR_NAME}.v${OPERATOR_VERSION}
skipRange: ">=0.0.1 <${OPERATOR_VERSION}"
EOF
Expand Down

0 comments on commit 2ff101e

Please sign in to comment.