File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
env :
9
9
DOCKER_FILE_PATH : Dockerfile
10
10
GOLANG_VERSION : 1.16
11
- OPERATOR_SDK_VERSION : " 1.7.0 "
11
+ OPERATOR_SDK_VERSION : " 1.7.1 "
12
12
KUSTOMIZE_VERSION : " 3.5.4"
13
13
KUBERNETES_VERSION : " 1.20.2"
14
14
KIND_VERSION : " 0.10.0"
@@ -124,7 +124,7 @@ jobs:
124
124
env :
125
125
OPERATOR_SDK_VERSION : ${{ env.OPERATOR_SDK_VERSION }}
126
126
run : |
127
- curl -fL -o /tmp/operator-sdk "https://github.com/operator-framework/operator-sdk/releases/download/v${OPERATOR_SDK_VERSION}/operator-sdk-v${OPERATOR_SDK_VERSION}-x86_64-linux-gnu "
127
+ curl -fL -o /tmp/operator-sdk "https://github.com/operator-framework/operator-sdk/releases/download/v${OPERATOR_SDK_VERSION}/operator-sdk_linux_amd64 "
128
128
sudo install /tmp/operator-sdk /usr/local/bin && rm -f /tmp/operator-sdk
129
129
operator-sdk version
130
130
operator-sdk version | grep -q "${OPERATOR_SDK_VERSION}"
You can’t perform that action at this time.
0 commit comments