Skip to content

Commit

Permalink
Downgrade crc
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Apr 8, 2024
1 parent ed21e55 commit d1671ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ install_bin operator-sdk $OPERATOR_SDK_URL

# openshift-local via code-ready-containers
echo "Installing 'code-ready-containers'"
CRC_VERSION=2.34.1
CRC_VERSION=2.29.0
CRC_URL=https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/$CRC_VERSION/crc-linux-$ARCH.tar.xz
curl -Lo /tmp/crc.tar.xz $CRC_URL
tar -C /tmp -xvf /tmp/crc.tar.xz
Expand Down

0 comments on commit d1671ab

Please sign in to comment.