Skip to content

Commit 0b024f6

Browse files
authored
Update operator-sdk to v1.28.0 (#229)
1 parent 64d1a55 commit 0b024f6

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
@@ -17,7 +17,7 @@ else
1717
export ARCH OS
1818

1919
## Download executable
20-
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.27.0
20+
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.28.0
2121
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_"${OS}"_"${ARCH}"
2222

2323
## Download the auth key

0 commit comments

Comments
 (0)