Skip to content

Commit e2d80c1

Browse files
authored
Update operator-sdk to v1.22.2 (#139)
1 parent 66bb78e commit e2d80c1

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.22.1
19+
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.22.2
2020
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_"${OS}"_"${ARCH}"
2121

2222
## Download the auth key

0 commit comments

Comments
 (0)