Skip to content

Commit

Permalink
Merge pull request openshift#2248 from ggreer/1.8-upgrade-channels
Browse files Browse the repository at this point in the history
Add 1.9 update channels to console v5, which shipped with tectonic 1.8.
  • Loading branch information
ggreer authored Apr 19, 2018
2 parents b0bedaf + 6481f31 commit 27cc1c9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class ConfigureOperatorChannel extends PromiseComponent {
const items = {
'tectonic-1.8-preproduction': 'Tectonic-1.8-preproduction',
'tectonic-1.8-production': 'Tectonic-1.8-production',
'tectonic-1.9-preproduction': 'Tectonic-1.9-preproduction',
'tectonic-1.9-production': 'Tectonic-1.9-production',
};
return <form onSubmit={this._submit} name="form">
<ModalTitle>Update Channel</ModalTitle>
Expand Down

0 comments on commit 27cc1c9

Please sign in to comment.