Skip to content

Commit

Permalink
Update fallback of OLM install version
Browse files Browse the repository at this point in the history
In case GitHub API call fails we use this version to display in the OLM instructions as part of the operator install modal dialogue
  • Loading branch information
dmesser authored Sep 6, 2022
1 parent 642d295 commit 345a6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/redux/operatorsReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const initialState: OperatorsReducersState = {
fulfilled: false,
operators: [],
operator: {} as any,
olmVersion: '0.14.1',
olmVersion: '0.22.0',
olmVersionUpdated: false
};

Expand Down

0 comments on commit 345a6e4

Please sign in to comment.