Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Fix version number in skipRange and name fields in base CSV (#376)
Browse files Browse the repository at this point in the history
* Fix skipRange range in base CSV

* Also fix the version in the CSV name
  • Loading branch information
rm3l authored Jun 4, 2024
1 parent fdd99af commit 52f3583
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
alm-examples: '[]'
capabilities: Seamless Upgrades
operatorframework.io/suggested-namespace: backstage-system
skipRange: '>=0.0.1 <0.2.0'
name: backstage-operator.v0.2.0
skipRange: '>=0.0.1 <0.3.0'
name: backstage-operator.v0.3.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down

0 comments on commit 52f3583

Please sign in to comment.