Skip to content

Commit a5213c4

Browse files
bharathkkbmorgante
authored andcommitted
fix: Compatibility for new asm release with 299.0.0 (#589)
1 parent 4b3f609 commit a5213c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/asm/scripts/install_asm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if [[ -d ./asm-patch ]]; then
4545
echo "ASM patch directory exists. Skipping download..."
4646
else
4747
echo "Downloading ASM patch"
48-
kpt pkg get https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages.git/asm-patch@release-1.5-asm .
48+
kpt pkg get https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages.git/asm-patch@release-1.6-asm .
4949
fi
5050
gcloud beta anthos export "${CLUSTER_NAME}" --output-directory ${BASE_DIR} --project "${PROJECT_ID}" --location "${CLUSTER_LOCATION}"
5151
kpt cfg set asm-patch/ base-dir ../${BASE_DIR}

0 commit comments

Comments
 (0)