We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bb78e commit e2d80c1Copy full SHA for e2d80c1
scripts/install-operator-sdk.sh
@@ -16,7 +16,7 @@ else
16
export OS="$(uname | awk '{print tolower($0)}')"
17
18
## Download executable
19
- export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.22.1
+ export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.22.2
20
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_"${OS}"_"${ARCH}"
21
22
## Download the auth key
0 commit comments