Skip to content

Commit

Permalink
Merge pull request #375 from Ankit152/mtsre-1846
Browse files Browse the repository at this point in the history
[MTSRE-1846] Upgrading operator-sdk version to 1.21.0
  • Loading branch information
Ajpantuso authored Apr 24, 2024
2 parents 6b3434c + 1f654af commit 8a599f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managedtenants/bundles/binary_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ def run(self, cmd):

OPM = LazyBin(Opm, version="1.24.0", download_path="/tmp")
MTCLI = LazyBin(Mtcli, version="0.10.0", download_path="/tmp")
OPERATOR_SDK = LazyBin(OperatorSDK, version="1.4.2", download_path="/tmp")
OPERATOR_SDK = LazyBin(OperatorSDK, version="1.21.0", download_path="/tmp")

0 comments on commit 8a599f2

Please sign in to comment.