Skip to content

Commit

Permalink
Merge pull request #22 from zshi-redhat/channel-upgrade
Browse files Browse the repository at this point in the history
BUG 1775630: allow updating operator to latest entry in channel
  • Loading branch information
openshift-merge-robot committed Nov 26, 2019
2 parents 3b3764a + e156f88 commit 0722c5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Expand Up @@ -12,6 +12,7 @@ metadata:
createdAt: 2019-10-14
certified: "false"
repository: https://github.com/openshift/ptp-operator
olm.skipRange: ">=4.3.0 <4.4.0"
alm-examples: |-
[
{
Expand Down
Expand Up @@ -12,6 +12,7 @@ metadata:
createdAt: 2019-10-14
certified: "false"
repository: https://github.com/openshift/ptp-operator
olm.skipRange: ">=4.3.0 <4.5.0"
alm-examples: |-
[
{
Expand Down
2 changes: 2 additions & 0 deletions manifests/art.yaml
Expand Up @@ -6,6 +6,8 @@ updates:
replace: "ptp-operator.{FULL_VER}"
- search: "version: {MAJOR}.{MINOR}.0"
replace: "version: {FULL_VER}"
- search: 'olm.skipRange: ">=4.3.0 <{MAJOR}.{MINOR}.0"'
replace: 'olm.skipRange: ">=4.3.0 <{FULL_VER}"'
- file: "ptp-operator.package.yaml"
update_list:
- search: "currentCSV: ptp-operator.v{MAJOR}.{MINOR}.0"
Expand Down

0 comments on commit 0722c5e

Please sign in to comment.