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 d75da5f commit 2919dd8Copy full SHA for 2919dd8
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.33.0
+ export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.34.0
20
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_"${OS}"_"${ARCH}"
21
22
## Download the auth key
0 commit comments