Skip to content

Commit

Permalink
Merge pull request #133 from mareklibra/enable4.6
Browse files Browse the repository at this point in the history
Enable OpenShift 4.6 in the Create cluster modal
  • Loading branch information
Jiri Tomasek authored Sep 7, 2020
2 parents fa4ebef + 961867d commit 8c44d49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ type OpenshiftVersionOptionType = {
};

export const OPENSHIFT_VERSION_OPTIONS: OpenshiftVersionOptionType[] = [
{ label: 'OpenShift 4.5', value: '4.5' },
// { label: 'OpenShift 4.6', value: '4.6' },
{ label: 'OpenShift 4.6', value: '4.6' },
];
export const DEFAULT_OPENSHIFT_VERSION: OpenshiftVersionOptionType['value'] =
OPENSHIFT_VERSION_OPTIONS[0].value;
Expand Down

0 comments on commit 8c44d49

Please sign in to comment.