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 64d1a55 commit 0b024f6Copy full SHA for 0b024f6
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.27.0
+ export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.28.0
21
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_"${OS}"_"${ARCH}"
22
23
## Download the auth key
0 commit comments