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