Skip to content

Commit 23eda54

Browse files
authored
Update OperatorSDK to v1.22.0 (#123)
1 parent dbe4e4d commit 23eda54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-operator-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ else
1616
export OS="$(uname | awk '{print tolower($0)}')"
1717

1818
## Download executable
19-
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.21.0
19+
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.22.0
2020
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_"${OS}"_"${ARCH}"
2121

2222
## Download the auth key

0 commit comments

Comments
 (0)