Skip to content

Commit

Permalink
feat: use gcloud 457
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Jun 7, 2024
1 parent f5c0906 commit 62da7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/install-gcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set -eux; \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg |
gpg --dearmor -o /usr/share/keyrings/cloud.google.gpg && \
# NOTE: There are some connection problems with newer gcloud versions: https://www.reddit.com/r/googlecloud/comments/1aopr51/gcloud_constantly_hangs_with_ipv6/
export GCLOUD_CLI_VERSION=${GCLOUD_SDK_VERSION:-479.0.0-0} && \
export GCLOUD_AUTH_VERSION=${GCLOUD_AUTH_VERSION:-479.0.0-0} && \
export GCLOUD_CLI_VERSION=${GCLOUD_SDK_VERSION:-457.0.0-0} && \
export GCLOUD_AUTH_VERSION=${GCLOUD_AUTH_VERSION:-457.0.0-0} && \
apt-get update -y && apt-get install google-cloud-cli=${GCLOUD_CLI_VERSION} -y && \
apt-get update -y && apt-get install google-cloud-cli-gke-gcloud-auth-plugin=${GCLOUD_AUTH_VERSION} -y && \
# Install cloud sql proxy
Expand Down

0 comments on commit 62da7a6

Please sign in to comment.