Skip to content

Commit

Permalink
fix(olm): drop startingCSV from subscription.yaml (rhobs#167)
Browse files Browse the repository at this point in the history
Remove the startingCSV line from the subscription.yaml as it's not
necessary and requires installation and updates in OLM to start at an
older release rather than just installing the latest. This can have
issues if the catalog source (index image) does not have the appropriate
starting CSV release.

(Additionally this blocked installation of
observability-operator.v0.0.11 since v0.0.10 wasn't available in the
index image, and resulted in an out of sync condition with the latest
release.)
  • Loading branch information
leifmadsen committed Jun 30, 2022
1 parent 3ebc765 commit b7186d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/olm/subscription.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ spec:
name: observability-operator
source: observability-operator
sourceNamespace: openshift-marketplace
startingCSV: observability-operator.v0.0.10

0 comments on commit b7186d8

Please sign in to comment.