Skip to content

Commit

Permalink
fix: Compatibility for new asm release with 299.0.0 (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb authored and morgante committed Jul 8, 2020
1 parent 4b3f609 commit a5213c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/asm/scripts/install_asm.sh
Expand Up @@ -45,7 +45,7 @@ if [[ -d ./asm-patch ]]; then
echo "ASM patch directory exists. Skipping download..."
else
echo "Downloading ASM patch"
kpt pkg get https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages.git/asm-patch@release-1.5-asm .
kpt pkg get https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages.git/asm-patch@release-1.6-asm .
fi
gcloud beta anthos export "${CLUSTER_NAME}" --output-directory ${BASE_DIR} --project "${PROJECT_ID}" --location "${CLUSTER_LOCATION}"
kpt cfg set asm-patch/ base-dir ../${BASE_DIR}
Expand Down

0 comments on commit a5213c4

Please sign in to comment.