Skip to content

Commit

Permalink
Revert also version bump (#312)
Browse files Browse the repository at this point in the history
* Revert "fix: use rhoas tools image (#308)"

This reverts commit 581e9b3.

* Revert "fix: update rhoas sdks (#304)"

This reverts commit 70c9a41.
  • Loading branch information
andreaTP authored Jan 20, 2023
1 parent 7cc86de commit 5ab4ac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion olm/quickstarts/rhosak-openshift-connect-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ spec:
ii. On the **Add** page, click **Container images**.
The **Deploy Image** page opens.
iii. For the **Image name from external registry** option, enter `quay.io/rhoas/tools`.
iii. For the **Image name from external registry** option, enter `quay.io/rhosak/rhoas-tools`.
iv. For the **Runtime icon** option, select `openshift`.
Expand Down
6 changes: 3 additions & 3 deletions source/rhoas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
<dependency>
<groupId>com.redhat.cloud</groupId>
<artifactId>kafka-management-sdk</artifactId>
<version>0.15.1</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>com.redhat.cloud</groupId>
<artifactId>kafka-instance-sdk</artifactId>
<version>0.15.1</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>com.redhat.cloud</groupId>
<artifactId>registry-management-sdk</artifactId>
<version>0.15.1</version>
<version>0.11.0</version>
</dependency>
<dependency>
<groupId>cloud.redhat.com</groupId>
Expand Down

0 comments on commit 5ab4ac5

Please sign in to comment.