Skip to content

Commit

Permalink
Bump operator-sdk to v1.34.1 at openshift test
Browse files Browse the repository at this point in the history
  • Loading branch information
helderjs committed Mar 27, 2024
1 parent cd62ffa commit 4a62376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openshift-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
tar xvf kustomize.tar.gz
chmod +x kustomize && mkdir -p ./bin/ && mv kustomize ./bin/kustomize
wget https://github.com/operator-framework/operator-sdk/releases/download/v1.22.2/operator-sdk_linux_amd64 -O operator-sdk -q
wget https://github.com/operator-framework/operator-sdk/releases/download/v1.34.1/operator-sdk_linux_amd64 -O operator-sdk -q
chmod +x operator-sdk && sudo mv operator-sdk /usr/local/bin/operator-sdk
wget https://github.com/mikefarah/yq/releases/download/v4.27.2/yq_linux_amd64 -O yq -q
Expand Down

0 comments on commit 4a62376

Please sign in to comment.