Skip to content

Commit b627cb2

Browse files
authored
chore: remove osl operator starting csv version (#108)
1 parent 4d3cb57 commit b627cb2

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

docs/changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.1.43] - Current
5+
## [1.1.44] - Current
6+
7+
### Changed
8+
9+
- Starting CSV version for OSL operator was removed so latest stable will now be installed directly.
10+
11+
12+
## [1.1.43]
613

714
### Fixed
815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@red-hat-developer-hub/e2e-test-utils",
3-
"version": "1.1.43",
3+
"version": "1.1.44",
44
"description": "Test utilities for RHDH E2E tests",
55
"license": "Apache-2.0",
66
"repository": {

src/deployment/orchestrator/install-orchestrator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ wait_for_operator() {
144144
}
145145

146146
install_serverless_logic_ocp_operator() {
147-
install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace logic-operator.v1.37.2
147+
install_subscription logic-operator openshift-operators stable logic-operator redhat-operators openshift-marketplace
148148
return 0
149149
}
150150
waitfor_serverless_logic_ocp_operator() {

0 commit comments

Comments
 (0)