From 62da7a67100c4d7c8c00131fb16fb83b5f722e53 Mon Sep 17 00:00:00 2001 From: keskiju Date: Fri, 7 Jun 2024 23:04:29 +0300 Subject: [PATCH] feat: use gcloud 457 --- tools/install-gcloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/install-gcloud.sh b/tools/install-gcloud.sh index 86e7cee..72b2d01 100755 --- a/tools/install-gcloud.sh +++ b/tools/install-gcloud.sh @@ -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