Skip to content

Commit

Permalink
Update operator-sdk to v1.35.0 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Jun 21, 2024
1 parent 93c6724 commit 0842656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-operator-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
export ARCH OS

## Download executable
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.34.2
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.35.0
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_"${OS}"_"${ARCH}"

## Download the auth key
Expand Down

0 comments on commit 0842656

Please sign in to comment.