We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3f609 commit a5213c4Copy full SHA for a5213c4
modules/asm/scripts/install_asm.sh
@@ -45,7 +45,7 @@ if [[ -d ./asm-patch ]]; then
45
echo "ASM patch directory exists. Skipping download..."
46
else
47
echo "Downloading ASM patch"
48
- 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 .
49
fi
50
gcloud beta anthos export "${CLUSTER_NAME}" --output-directory ${BASE_DIR} --project "${PROJECT_ID}" --location "${CLUSTER_LOCATION}"
51
kpt cfg set asm-patch/ base-dir ../${BASE_DIR}
0 commit comments