Skip to content

Commit

Permalink
feat: gcloud sdk 420
Browse files Browse the repository at this point in the history
  • Loading branch information
keskiju committed Jun 6, 2024
1 parent c004e13 commit 0145f6e
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 @@ -7,7 +7,7 @@ set -eux; \
tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg |
apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - && \
export GCLOUD_CLI_VERSION=${GCLOUD_SDK_VERSION:-467.0.0-0} && \
export GCLOUD_AUTH_VERSION=${GCLOUD_AUTH_VERSION:-467.0.0-0} && \
export GCLOUD_CLI_VERSION=${GCLOUD_SDK_VERSION:-420.0.0-0} && \
export GCLOUD_AUTH_VERSION=${GCLOUD_AUTH_VERSION:-420.0.0-0} && \
apt-get update -y && apt-get install google-cloud-sdk=${GCLOUD_CLI_VERSION} -y && \
apt-get update -y && apt-get install google-cloud-cli-gke-gcloud-auth-plugin=${GCLOUD_AUTH_VERSION} -y

0 comments on commit 0145f6e

Please sign in to comment.