Skip to content

Commit 345a6e4

Browse files
authored
Update fallback of OLM install version
In case GitHub API call fails we use this version to display in the OLM instructions as part of the operator install modal dialogue
1 parent 642d295 commit 345a6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/redux/operatorsReducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const initialState: OperatorsReducersState = {
2222
fulfilled: false,
2323
operators: [],
2424
operator: {} as any,
25-
olmVersion: '0.14.1',
25+
olmVersion: '0.22.0',
2626
olmVersionUpdated: false
2727
};
2828

0 commit comments

Comments
 (0)