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 93c6724 commit 0842656Copy full SHA for 0842656
scripts/install-operator-sdk.sh
@@ -16,7 +16,7 @@ else
16
export ARCH OS
17
18
## Download executable
19
- export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.34.2
+ export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.35.0
20
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_"${OS}"_"${ARCH}"
21
22
## Download the auth key
0 commit comments